video-iac/k8s-notes/coturn-dns
Seth Call d6a4178f0d more 2025-04-06 17:58:43 -05:00
..
README.md more 2025-04-06 17:58:43 -05:00
existing-prd.yaml more 2025-04-06 17:58:43 -05:00
existing-staging.yaml more 2025-04-06 17:58:43 -05:00

README.md

capture current state in prod

kubectl get deployment coturn-dns -o yaml --namespace coturn-dns > existing-production-deployment.yaml

capture current state in relese

kubectl get deployment coturn-dns -o yaml --namespace coturn-dns > existing-staging-deployment.yaml

KUBECONFIG=stg cd k8s/coturn-dns kubectl delete secret gcr-json-key -n coturn-dns kubectl delete ClusterRole pods-list --namespace coturn-dns kubectl delete ClusterRoleBinding pods-list --namespace coturn-dns kubectl delete deployment coturn-dns -n coturn-dns

ENV=production/staging helm upgrade --install coturn-dns . --values values-$ENV.yaml --namespace coturn-dns