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: charts/application/values.yaml
+27-24Lines changed: 27 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -110,30 +110,33 @@ ingress:
110
110
# 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/
111
111
healthcheck:
112
112
enabled: true
113
-
livenessProbe:
114
-
tcpSocket:
115
-
port: http
116
-
initialDelaySeconds: 0
117
-
periodSeconds: 10
118
-
timeoutSeconds: 3
119
-
successThreshold: 1
120
-
failureThreshold: 3
121
-
readinessProbe:
122
-
tcpSocket:
123
-
port: http
124
-
initialDelaySeconds: 0
125
-
periodSeconds: 10
126
-
timeoutSeconds: 3
127
-
successThreshold: 1
128
-
failureThreshold: 3
129
-
startupProbe:
130
-
tcpSocket:
131
-
port: http
132
-
initialDelaySeconds: 0
133
-
periodSeconds: 10
134
-
timeoutSeconds: 3
135
-
successThreshold: 1
136
-
failureThreshold: 3
113
+
livenessProbe: {}
114
+
readinessProbe: {}
115
+
startupProbe: {}
116
+
# livenessProbe:
117
+
# tcpSocket:
118
+
# port: http
119
+
# initialDelaySeconds: 0
120
+
# periodSeconds: 10
121
+
# timeoutSeconds: 3
122
+
# successThreshold: 1
123
+
# failureThreshold: 3
124
+
# readinessProbe:
125
+
# tcpSocket:
126
+
# port: http
127
+
# initialDelaySeconds: 0
128
+
# periodSeconds: 10
129
+
# timeoutSeconds: 3
130
+
# successThreshold: 1
131
+
# failureThreshold: 3
132
+
# startupProbe:
133
+
# tcpSocket:
134
+
# port: http
135
+
# initialDelaySeconds: 0
136
+
# periodSeconds: 10
137
+
# timeoutSeconds: 3
138
+
# successThreshold: 1
139
+
# failureThreshold: 3
137
140
138
141
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
0 commit comments