Remove liveness probe.
All checks were successful
ci/woodpecker/push/unifi-controller Pipeline was successful

This commit is contained in:
Alex Manning 2023-08-14 23:25:25 +01:00
parent e6ad3e4749
commit fce068e84f

View file

@ -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: