diff --git a/k8s/coturn-dns/templates/deployment.yaml b/k8s/coturn-dns/templates/deployment.yaml index 6107366..7639db8 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: coturn.{{ .Values.coturnDomainName }} + value: coturn.{{ .Values.domain }} resources: requests: memory: 128Mi diff --git a/k8s/coturn-dns/values-staging.yaml b/k8s/coturn-dns/values-staging.yaml index b428c23..d2b5376 100644 --- a/k8s/coturn-dns/values-staging.yaml +++ b/k8s/coturn-dns/values-staging.yaml @@ -1 +1 @@ -coturnDomainName: "staging.video.jamkazam.com" \ No newline at end of file +domain: "staging.video.jamkazam.com" \ No newline at end of file diff --git a/terraform/terraform.tf b/terraform/terraform.tf index a1e07da..6869bf9 100644 --- a/terraform/terraform.tf +++ b/terraform/terraform.tf @@ -12,10 +12,6 @@ terraform { source = "linode/linode" version = "1.24.0" } - kustomization = { - source = "kbst/kustomization" - version = "0.6.0" - } } }