Skip to content

Commit

Permalink
wir.social production with subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Dec 5, 2024
1 parent 8731547 commit bcdc386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helmfile/environments/production.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions helmfile/values/ocelot.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
domain: {{ .StateValues.domain }}
redirect_domains: {{ .StateValues.redirect_domains }}

cert_manager:
issuer: {{ .Release.Name }}-letsencrypt-prod
Expand Down

0 comments on commit bcdc386

Please sign in to comment.