wir.social production with subdomain
This commit is contained in:
parent
8731547afb
commit
bcdc38693f
@ -3,6 +3,8 @@
|
|||||||
{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
|
{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
|
||||||
|
|
||||||
domain: wir.social
|
domain: wir.social
|
||||||
|
redirect_domains: | # i don't understand it, but its the way to get it to work: https://stackoverflow.com/a/52840704
|
||||||
|
[ "www.wir.social"]
|
||||||
namespace: wir-social-ocelot-production
|
namespace: wir-social-ocelot-production
|
||||||
#image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
|
#image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
|
||||||
image_tag: {{ $image_tag }}
|
image_tag: {{ $image_tag }}
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
domain: {{ .StateValues.domain }}
|
domain: {{ .StateValues.domain }}
|
||||||
|
redirect_domains: {{ .StateValues.redirect_domains }}
|
||||||
|
|
||||||
cert_manager:
|
cert_manager:
|
||||||
issuer: {{ .Release.Name }}-letsencrypt-prod
|
issuer: {{ .Release.Name }}-letsencrypt-prod
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user