10 lines
305 B
YAML
10 lines
305 B
YAML
ingress:
|
|
host: shorefront.yourdomain.com
|
|
|
|
# Secrets are NOT managed by Helm. Run scripts/create-secrets.sh from the
|
|
# repository root before the first helm install/ArgoCD sync:
|
|
#
|
|
# export POSTGRES_PASSWORD=<real-password>
|
|
# export JWT_SECRET_KEY=<real-jwt-secret>
|
|
# bash scripts/create-secrets.sh
|