updated host name

This commit is contained in:
Damien Ostler 2024-02-10 01:37:31 -05:00
parent 18e942a7b9
commit d7748df36c

View File

@ -25,6 +25,11 @@ spec:
path: charts/core-api path: charts/core-api
helm: helm:
values: | values: |
postgresqlHost: "acid-minimal-cluster"
postgresqlPort: 5432
postgresqlUsername: "postgres"
postgresqlPassword: "postgres"
postgresqlDatabase: "comissions"
image: image:
repository: ghcr.io/comissions-app/core-api repository: ghcr.io/comissions-app/core-api
pullPolicy: Always pullPolicy: Always