variables for staging

This commit is contained in:
Victor Barba Martin 2021-11-16 18:12:19 +01:00
parent 8a0eed7b7f
commit b2da6a35f9
3 changed files with 2 additions and 6 deletions

View File

@ -39,7 +39,7 @@ spec:
- name: HOSTED_ZONE - name: HOSTED_ZONE
value: "Z00156242SK162FEXDPVF" value: "Z00156242SK162FEXDPVF"
- name: COTURN_DOMAIN_NAME - name: COTURN_DOMAIN_NAME
value: coturn.{{ .Values.coturnDomainName }} value: coturn.{{ .Values.domain }}
resources: resources:
requests: requests:
memory: 128Mi memory: 128Mi

View File

@ -1 +1 @@
coturnDomainName: "staging.video.jamkazam.com" domain: "staging.video.jamkazam.com"

View File

@ -12,10 +12,6 @@ terraform {
source = "linode/linode" source = "linode/linode"
version = "1.24.0" version = "1.24.0"
} }
kustomization = {
source = "kbst/kustomization"
version = "0.6.0"
}
} }
} }