Skip to content

Commit 0603626

Browse files
committed
fix: default values
1 parent 54737d4 commit 0603626

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

helm/applications/cavern/values.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,23 @@ deployment:
164164
#
165165
tolerations: []
166166

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+
167184
secrets:
168185
# Uncomment to enable local or self-signed CA certificates for your domain to be trusted.
169186
# cavern-cacert-secret:

0 commit comments

Comments
 (0)