Remove liveness probe.
All checks were successful
ci/woodpecker/push/unifi-controller Pipeline was successful
All checks were successful
ci/woodpecker/push/unifi-controller Pipeline was successful
This commit is contained in:
parent
e6ad3e4749
commit
fce068e84f
1 changed files with 8 additions and 8 deletions
|
@ -48,14 +48,14 @@ spec:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8443
|
containerPort: 8443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Reference in a new issue