|
@@ -73,21 +73,29 @@ spec:
|
|
|
httpGet:
|
|
|
path: /
|
|
|
port: {{ .Values.webUIPort }}
|
|
|
+ initialDelaySeconds: 10
|
|
|
+ periodSeconds: 10
|
|
|
+ timeoutSeconds: 5
|
|
|
failureThreshold: 5
|
|
|
- periodSeconds: 15
|
|
|
+ successThreshold: 2
|
|
|
livenessProbe:
|
|
|
httpGet:
|
|
|
path: /
|
|
|
port: {{ .Values.webUIPort }}
|
|
|
+ initialDelaySeconds: 10
|
|
|
+ periodSeconds: 10
|
|
|
+ timeoutSeconds: 5
|
|
|
failureThreshold: 5
|
|
|
- periodSeconds: 15
|
|
|
+ successThreshold: 1
|
|
|
startupProbe:
|
|
|
httpGet:
|
|
|
path: /
|
|
|
port: {{ .Values.webUIPort }}
|
|
|
- initialDelaySeconds: 5
|
|
|
- failureThreshold: 40
|
|
|
- periodSeconds: 15
|
|
|
+ initialDelaySeconds: 10
|
|
|
+ periodSeconds: 5
|
|
|
+ timeoutSeconds: 2
|
|
|
+ failureThreshold: 60
|
|
|
+ successThreshold: 1
|
|
|
{{ $ip := .Values.wgeasy.client_address_range | replace "x" "0" }}
|
|
|
lifecycle:
|
|
|
preStop:
|