From e41bf4f218f64c9f64d3839a5fbd8ec62cac0663 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 1 Jul 2025 11:41:17 +1000 Subject: [PATCH] Remove restart policy because its pod level and i want bind-master restarting --- deployments/dns/bind.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deployments/dns/bind.yaml b/deployments/dns/bind.yaml index 6c0f21e..096876b 100644 --- a/deployments/dns/bind.yaml +++ b/deployments/dns/bind.yaml @@ -108,12 +108,10 @@ spec: - -c - > while true ; do sleep 3600 ; done - curl -o /hints/root.hints https://www.internic.net/domain/named.cache volumeMounts: - mountPath: /hints name: root-hints - restartPolicy: Never containers: - name: bind-master