wir.social production with subdomain

This commit is contained in:
Ulf Gebhardt 2024-12-05 13:28:57 +01:00
parent 8731547afb
commit bcdc38693f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
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
#image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
image_tag: {{ $image_tag }}

View File

@ -1,4 +1,5 @@
domain: {{ .StateValues.domain }}
redirect_domains: {{ .StateValues.redirect_domains }}
cert_manager:
issuer: {{ .Release.Name }}-letsencrypt-prod