Skip to content

Commit 4c9463f

Browse files
authored
Merge pull request #478 from andreaskaris/healthprobeport
Config: Change healthProbeAddr to healthProbePort
2 parents 0b557d9 + b1de326 commit 4c9463f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apis/v1alpha1/config_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ type AgentSpec struct {
6666
// +kubebuilder:default=8175
6767
// +kubebuilder:validation:Minimum=1
6868
// +kubebuilder:validation:Maximum=65535
69-
HealthProbePort int `json:"healthProbeAddr"`
69+
HealthProbePort int `json:"healthProbePort"`
7070
// Image holds the image for the bpfman agent.
7171
// +required
7272
// +kubebuilder:validation:Required

bundle/manifests/bpfman-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ metadata:
10121012
capabilities: Basic Install
10131013
categories: OpenShift Optional
10141014
containerImage: quay.io/bpfman/bpfman-operator:latest
1015-
createdAt: "2025-08-19T21:12:21Z"
1015+
createdAt: "2025-09-26T11:09:36Z"
10161016
description: The bpfman Operator is designed to manage eBPF programs for applications.
10171017
features.operators.openshift.io/cnf: "false"
10181018
features.operators.openshift.io/cni: "false"

bundle/manifests/bpfman.io_configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
agent:
4747
description: Agent holds the configuration for the bpfman agent.
4848
properties:
49-
healthProbeAddr:
49+
healthProbePort:
5050
default: 8175
5151
description: HealthProbePort holds the health probe bind port
5252
for the bpfman agent.

config/crd/bases/bpfman.io_configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
agent:
4747
description: Agent holds the configuration for the bpfman agent.
4848
properties:
49-
healthProbeAddr:
49+
healthProbePort:
5050
default: 8175
5151
description: HealthProbePort holds the health probe bind port
5252
for the bpfman agent.

0 commit comments

Comments
 (0)