From fce068e84f2bdc8a742d8a88fcee07f6e509e830 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Mon, 14 Aug 2023 23:25:25 +0100 Subject: [PATCH] Remove liveness probe. --- .../unifi-controller/templates/deployment.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/unifi-controller/templates/deployment.yaml b/charts/unifi-controller/templates/deployment.yaml index 4ff2621..7bcc948 100644 --- a/charts/unifi-controller/templates/deployment.yaml +++ b/charts/unifi-controller/templates/deployment.yaml @@ -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: