fix
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user