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
|
||||
containerPort: 8443
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
#livenessProbe:
|
||||
# httpGet:
|
||||
# path: /
|
||||
# port: http
|
||||
#readinessProbe:
|
||||
# httpGet:
|
||||
# path: /
|
||||
# port: http
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue