Skip to content

Commit 86edb56

Browse files
PraveenrajmaniPraveenrajmani
andauthored
fix: define the healthz port in the same node-server container where its referenced (#1016)
Co-authored-by: Praveenrajmani <[email protected]>
1 parent 6c01609 commit 86edb56

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

resources/base/DaemonSet.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ spec:
8080
- containerPort: 30443
8181
name: readinessport
8282
protocol: TCP
83+
- containerPort: 9898
84+
name: healthz
85+
protocol: TCP
8386
- containerPort: 10443
8487
name: metrics
8588
protocol: TCP
@@ -173,10 +176,6 @@ spec:
173176
- --health-port=9898
174177
image: quay.io/minio/livenessprobe@sha256:8f3b1bec9c87a832a3fe6e8b7f165e0ff048aef7373f9764f40efee456a00321
175178
name: liveness-probe
176-
ports:
177-
- containerPort: 9898
178-
name: healthz
179-
protocol: TCP
180179
resources: {}
181180
terminationMessagePath: /var/log/driver-liveness-termination-log
182181
terminationMessagePolicy: FallbackToLogsOnError

resources/legacy/DaemonSet.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ spec:
7575
- containerPort: 30443
7676
name: readinessport
7777
protocol: TCP
78+
- containerPort: 9898
79+
name: healthz
80+
protocol: TCP
7881
- containerPort: 10443
7982
name: metrics
8083
protocol: TCP
@@ -124,10 +127,6 @@ spec:
124127
- --health-port=9898
125128
image: quay.io/minio/livenessprobe@sha256:8f3b1bec9c87a832a3fe6e8b7f165e0ff048aef7373f9764f40efee456a00321
126129
name: liveness-probe
127-
ports:
128-
- containerPort: 9898
129-
name: healthz
130-
protocol: TCP
131130
resources: {}
132131
terminationMessagePath: /var/log/driver-liveness-termination-log
133132
terminationMessagePolicy: FallbackToLogsOnError

0 commit comments

Comments
 (0)