From 8a0eed7b7fe84826d03242e0ddc8a09367f26245 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 16 Nov 2021 18:07:06 +0100 Subject: [PATCH] variables for staging --- k8s/argocd/templates/coturn-dns.yaml | 18 +++++++++--------- k8s/argocd/templates/coturn.yaml | 18 +++++++++--------- k8s/coturn-dns/templates/deployment.yaml | 2 +- k8s/coturn-dns/values-staging.yaml | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/k8s/argocd/templates/coturn-dns.yaml b/k8s/argocd/templates/coturn-dns.yaml index debac7c..0a63ed1 100644 --- a/k8s/argocd/templates/coturn-dns.yaml +++ b/k8s/argocd/templates/coturn-dns.yaml @@ -18,12 +18,12 @@ spec: syncPolicy: syncOptions: - CreateNamespace=true - # automated: - # prune: true - # allowEmpty: false - # retry: - # limit: 5 - # backoff: - # duration: 5s - # factor: 2 - # maxDuration: 3m \ No newline at end of file + automated: + prune: true + allowEmpty: false + retry: + limit: 5 + backoff: + duration: 5s + factor: 2 + maxDuration: 3m \ No newline at end of file diff --git a/k8s/argocd/templates/coturn.yaml b/k8s/argocd/templates/coturn.yaml index a8236c6..f9179cd 100644 --- a/k8s/argocd/templates/coturn.yaml +++ b/k8s/argocd/templates/coturn.yaml @@ -15,12 +15,12 @@ spec: syncPolicy: syncOptions: - CreateNamespace=true - # automated: - # prune: true - # allowEmpty: false - # retry: - # limit: 5 - # backoff: - # duration: 5s - # factor: 2 - # maxDuration: 3m \ No newline at end of file + automated: + prune: true + allowEmpty: false + retry: + limit: 5 + backoff: + duration: 5s + factor: 2 + maxDuration: 3m \ No newline at end of file diff --git a/k8s/coturn-dns/templates/deployment.yaml b/k8s/coturn-dns/templates/deployment.yaml index e451bd3..6107366 100644 --- a/k8s/coturn-dns/templates/deployment.yaml +++ b/k8s/coturn-dns/templates/deployment.yaml @@ -39,7 +39,7 @@ spec: - name: HOSTED_ZONE value: "Z00156242SK162FEXDPVF" - name: COTURN_DOMAIN_NAME - value: {{ .Values.coturnDomainName }} + value: coturn.{{ .Values.coturnDomainName }} resources: requests: memory: 128Mi diff --git a/k8s/coturn-dns/values-staging.yaml b/k8s/coturn-dns/values-staging.yaml index c5f9ba2..b428c23 100644 --- a/k8s/coturn-dns/values-staging.yaml +++ b/k8s/coturn-dns/values-staging.yaml @@ -1 +1 @@ -coturnDomainName: "coturn.staging.video.jamkazam.com" \ No newline at end of file +coturnDomainName: "staging.video.jamkazam.com" \ No newline at end of file