wir.social/helmfile/environments/production.yaml.gotmpl
Ulf Gebhardt 865770556f
v3.12.1
remove s3-fix branch reference

production secrets

more production secrets
2025-09-13 17:54:26 +02:00

25 lines
914 B
Go Template

#{{ $branded_image_tag:= env "BRANDED_IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
#{{ $ocelot_image_tag := env "OCELOT_IMAGE_TAG" | default (exec "../scripts/ocelot_image_tag.sh" (list) | trim) }}
{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
deploy:
GITHUB_REPOSITORY: it4change/wir.social
IMAGE_TAG: {{ $image_tag }}
DOMAIN: wir.social
REDIRECT_DOMAINS: |
[ "www.wir.social"]
NAMESPACE: wir-social-ocelot-production
RELEASE_NAME_OCELOT: wir-social
ocelot:
options:
PRODUCTION_DB_CLEAN_ALLOW: "false"
PUBLIC_REGISTRATION: "false"
INVITE_REGISTRATION: "true"
CATEGORIES_ACTIVE: "false"
MAX_PINNED_POSTS: "1"
BADGES_ENABLED: "false"
NETWORK_NAME: "wir.social"
ASK_FOR_REAL_NAME: "false"
REQUIRE_LOCATION: "false"