File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments