diff --git a/dev/apps/core-api.yaml b/dev/apps/core-api.yaml index facb44b..9c01c30 100644 --- a/dev/apps/core-api.yaml +++ b/dev/apps/core-api.yaml @@ -25,6 +25,11 @@ spec: path: charts/core-api helm: values: | + postgresqlHost: "acid-minimal-cluster" + postgresqlPort: 5432 + postgresqlUsername: "postgres" + postgresqlPassword: "postgres" + postgresqlDatabase: "comissions" image: repository: ghcr.io/comissions-app/core-api pullPolicy: Always