variables for staging

This commit is contained in:
Victor Barba Martin 2021-11-16 18:07:06 +01:00
parent 96cc96d797
commit 8a0eed7b7f
4 changed files with 20 additions and 20 deletions

View File

@ -18,12 +18,12 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# automated:
# prune: true
# allowEmpty: false
# retry:
# limit: 5
# backoff:
# duration: 5s
# factor: 2
# maxDuration: 3m
automated:
prune: true
allowEmpty: false
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m

View File

@ -15,12 +15,12 @@ spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
# automated:
# prune: true
# allowEmpty: false
# retry:
# limit: 5
# backoff:
# duration: 5s
# factor: 2
# maxDuration: 3m
automated:
prune: true
allowEmpty: false
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m

View File

@ -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

View File

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