From 5bae5535879c5bcd916690519718ee91f54ce133 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Wed, 2 Sep 2020 19:55:59 +0200 Subject: [PATCH] remove probe --- charts/omada-controller/templates/deployment.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/charts/omada-controller/templates/deployment.yaml b/charts/omada-controller/templates/deployment.yaml index a5a619c..247a47b 100644 --- a/charts/omada-controller/templates/deployment.yaml +++ b/charts/omada-controller/templates/deployment.yaml @@ -43,14 +43,6 @@ spec: - name: portal containerPort: 8888 protocol: TCP - livenessProbe: - tcpSocket: - port: 8088 - initialDelaySeconds: 60 - readinessProbe: - tcpSocket: - port: 8088 - initialDelaySeconds: 60 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: