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