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
Copy file name to clipboardExpand all lines: helm/applications/cavern/values.yaml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,23 @@ deployment:
164
164
#
165
165
tolerations: []
166
166
167
+
# 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/
168
+
# Example:
169
+
# livenessProbe:
170
+
# httpGet:
171
+
# path: /cavern/availability
172
+
# port: 8080
173
+
# initialDelaySeconds: 60
174
+
livenessProbe: {}
175
+
176
+
# Example:
177
+
# readinessProbe:
178
+
# httpGet:
179
+
# path: /cavern/availability
180
+
# port: 8080
181
+
# initialDelaySeconds: 30
182
+
readinessProbe: {}
183
+
167
184
secrets:
168
185
# Uncomment to enable local or self-signed CA certificates for your domain to be trusted.
0 commit comments