We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d541360 commit e320162Copy full SHA for e320162
deployment/webflow-ssl-proxy/values.yaml
@@ -18,15 +18,15 @@ deployment:
18
# Only specify the values you need to override from the defaults
19
livenessProbe:
20
enabled: true
21
- probeType: tcpSocket
22
initialDelaySeconds: 30
+ path: /
23
24
# readinessProbes are used to determine when a container is ready to start accepting traffic
25
26
readinessProbe:
27
28
29
initialDelaySeconds: 1
30
31
# deployment container resource requests/limits
32
# this is set VERY low by default, to be aggressive above resource limiting, please override this if necessary
0 commit comments