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