This commit is contained in:
2023-10-23 12:52:04 +02:00
parent be83d1f37b
commit 1f9ecde134
2 changed files with 85 additions and 85 deletions

View File

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