This commit is contained in:
2024-02-04 11:24:31 +01:00
parent cf29a7252d
commit 61514824a1
63 changed files with 630 additions and 609 deletions

View File

@@ -84,7 +84,7 @@ resource "kubectl_manifest" "postgrest_deploy" {
- configMapRef:
name: "${var.component}-${var.instance}-postgrest"
image: "${var.extentions.postgrest.image.registry}/${var.extentions.postgrest.image.repository}:${var.extentions.postgrest.image.tag}"
imagePullPolicy: "${var.extentions.postgrest.image.pullPolicy}"
imagePullPolicy: "${var.extentions.postgrest.image.pull_policy}"
ports:
- containerPort: 3000
name: http
@@ -119,7 +119,7 @@ EOF
runAsNonRoot: true
runAsUser: 1000
image: "${var.extentions.postgrest.swagger.registry}/${var.extentions.postgrest.swagger.repository}:${var.extentions.postgrest.swagger.tag}"
imagePullPolicy: "${var.extentions.postgrest.swagger.pullPolicy}"
imagePullPolicy: "${var.extentions.postgrest.swagger.pull_policy}"
ports:
- containerPort: 8080
name: swagger