26 lines
610 B
YAML
26 lines
610 B
YAML
# Prod overrides. Everything else inherits values.yaml.
|
|
# Keeps the existing live host and ALB group (planpal-helm) so this env
|
|
# adopts the running deployment instead of standing up a second one.
|
|
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: fakhri-k8.sandbox.devopsinstitute.id
|
|
groupName: planpal-helm # existing live ALB group
|
|
|
|
seedJob:
|
|
enabled: true
|