From c5b407e41807adbd4f38da08dba30b44fcaa8b7c Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Thu, 12 Aug 2021 18:53:25 +0200 Subject: [PATCH] setup environment variables --- k8s/coturn-dns/coturn-dns.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/coturn-dns/coturn-dns.yaml b/k8s/coturn-dns/coturn-dns.yaml index 5bde804..9bb64bf 100644 --- a/k8s/coturn-dns/coturn-dns.yaml +++ b/k8s/coturn-dns/coturn-dns.yaml @@ -8,8 +8,8 @@ spec: strategy: type: RollingUpdate rollingUpdate: - maxSurge: 1 - maxUnavailable: 0 + maxSurge: 0 + maxUnavailable: 1 selector: matchLabels: app: coturn-dns