From 4730e3b668920b53c0fb8fd4230fbaee38327b3a Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Thu, 20 Feb 2020 10:52:12 +0000 Subject: [PATCH] [20.02.20] Disabled auto restart so pods can be deleted --- configuration/kubernetes/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 576b1b5..859bd52 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -70,6 +70,6 @@ spec: limits: cpu: 0.5 memory: 256Mi - restartPolicy: Always +# restartPolicy: Always imagePullSecrets: - name: registry-secret \ No newline at end of file