31 lines
847 B
YAML
31 lines
847 B
YAML
# Prod overrides. Everything else inherits values.yaml.
|
|
# Own host + ALB group, separate from the pre-Argo live release still serving
|
|
# fakhri-k8 from the planpal-helm namespace. Cut DNS over to this later.
|
|
namespace: planpal-prod
|
|
|
|
image:
|
|
frontend:
|
|
tag: latest
|
|
backend:
|
|
tag: latest
|
|
|
|
externalSecrets:
|
|
storeName: prod-aws-planpal
|
|
secrets:
|
|
backend-env: planpal/backend-env
|
|
aws-env: planpal/aws-env
|
|
seed-env: planpal/seed-env
|
|
frontend-env: planpal/frontend
|
|
|
|
ingress:
|
|
host: prod.fakhri-k8.sandbox.devopsinstitute.id
|
|
certArn: arn:aws:acm:ap-southeast-3:134604498185:certificate/79b1f257-0f66-4b32-96cb-5ea5c12792f6
|
|
groupName: planpal-helm # share the one public ALB with argocd + gitea
|
|
|
|
seedJob:
|
|
enabled: true
|
|
|
|
# Scrape prod app metrics into Prometheus + ship the Grafana dashboard.
|
|
monitoring:
|
|
enabled: true
|