diff --git a/dev/apps/core-api.yaml b/dev/apps/core-api.yaml index 52cb9ae..1886519 100644 --- a/dev/apps/core-api.yaml +++ b/dev/apps/core-api.yaml @@ -23,7 +23,7 @@ spec: path: charts/core-api helm: values: | - postgresHost: "postgres" + postgresHost: "postgres-postgresql" postgresPort: 5432 postgresUsername: "postgres" postgresPassword: "postgres"