You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
137
-
livenessProbe:
138
-
httpGet:
139
-
path: /version
140
-
port: http
141
-
readinessProbe:
142
-
httpGet:
143
-
path: /version
144
-
port: http
133
+
#livenessProbe:
134
+
# httpGet:
135
+
# path: /version
136
+
# port: http
137
+
#readinessProbe:
138
+
# httpGet:
139
+
# path: /version
140
+
# port: http
145
141
146
142
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
0 commit comments