From b7b9440993fa5186377b4e11b3e99e405ee74c36 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Wed, 2 Sep 2020 19:50:51 +0200 Subject: [PATCH] set new delay --- charts/omada-controller/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/omada-controller/templates/deployment.yaml b/charts/omada-controller/templates/deployment.yaml index a2311ea..10407bf 100644 --- a/charts/omada-controller/templates/deployment.yaml +++ b/charts/omada-controller/templates/deployment.yaml @@ -49,6 +49,7 @@ spec: readinessProbe: tcpSocket: port: 8088 + initialDelaySeconds: 60 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: