This commit is contained in:
2023-10-23 13:13:28 +02:00
parent 84457267a0
commit f0455746a0
2 changed files with 39 additions and 39 deletions

View File

@@ -27,7 +27,7 @@ resource "kubectl_manifest" "postgrest_config" {
labels: ${jsonencode(local.prest-labels)}
data:
PGDATABASE: "${var.instance}"
PGHOST: "${var.instance}-${var.component}-pg-rw.${var.namespace}.svc"
PGHOST: "${var.instance}-${var.component}-rw.${var.namespace}.svc"
PGPORT: "5432"
PGRST_OPENAPI_SERVER_PROXY_URI: "https://${local.prest-dns-name}"
API_URL: "https://${local.prest-dns-name}"