Helm --set-string for numeric git SHAs (InvalidImageName fix). Ingress entrypoints web+websecure; values pin first release tag.
24 lines
801 B
YAML
24 lines
801 B
YAML
# Production overrides for coulomb-social.
|
|
# Non-secret values only. Secrets live in K8s Secret coulomb-social-env.
|
|
|
|
image:
|
|
repository: forgejo.coulomb.social/coulomb/coulomb-social
|
|
tag: "7067145"
|
|
|
|
env:
|
|
DJANGO_SETTINGS_MODULE: coulomb_social.settings.prod
|
|
ALLOWED_HOSTS: coulomb.social,localhost
|
|
CSRF_TRUSTED_ORIGINS: https://coulomb.social
|
|
DEFAULT_TENANT_ID: "tenant:coulomb"
|
|
OIDC_ENABLED: "true"
|
|
OIDC_ISSUER: https://kc.coulomb.social
|
|
OIDC_CLIENT_ID: coulomb-social
|
|
OIDC_REDIRECT_URI: https://coulomb.social/auth/callback/
|
|
OIDC_SCOPES: "openid profile email groups"
|
|
USER_ENGINE_BASE_URL: https://users.92-205-62-239.nip.io
|
|
USER_ENGINE_APPLICATION_ID: coulomb-social
|
|
USER_ENGINE_EXPECTED_AUDIENCE: user-engine-portal
|
|
|
|
probes:
|
|
hostHeader: coulomb.social
|
|
path: /healthz
|