fix
This commit is contained in:
@@ -155,7 +155,7 @@ resource "kubectl_manifest" "directus_deploy" {
|
||||
- configMapRef:
|
||||
name: "${var.component}-${var.instance}-directus"
|
||||
image: "${var.extentions.directus.image.registry}/${var.extentions.directus.image.repository}:${var.extentions.directus.image.tag}"
|
||||
imagePullPolicy: "${var.extentions.directus.image.pullPolicy}"
|
||||
imagePullPolicy: "${var.extentions.directus.image.pull_policy}"
|
||||
ports:
|
||||
- containerPort: 8055
|
||||
name: http
|
||||
|
||||
@@ -140,7 +140,7 @@ options:
|
||||
directus:
|
||||
enable: false
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: directus/directus
|
||||
tag: 10.7.0
|
||||
@@ -153,13 +153,13 @@ options:
|
||||
postgrest:
|
||||
enable: false
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: postgrest/postgrest
|
||||
tag: v11.2.1
|
||||
swagger:
|
||||
enable: true
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: swaggerapi/swagger-ui
|
||||
tag: v5.9.0
|
||||
@@ -167,7 +167,7 @@ options:
|
||||
- directus:
|
||||
enable: false
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: directus/directus
|
||||
tag: 10.7.0
|
||||
@@ -180,13 +180,13 @@ options:
|
||||
postgrest:
|
||||
enable: false
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: postgrest/postgrest
|
||||
tag: v11.2.1
|
||||
swagger:
|
||||
enable: true
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: swaggerapi/swagger-ui
|
||||
tag: v5.9.0
|
||||
@@ -195,7 +195,7 @@ options:
|
||||
default:
|
||||
enable: false
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: directus/directus
|
||||
tag: 10.7.0
|
||||
@@ -209,12 +209,12 @@ options:
|
||||
type: boolean
|
||||
image:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: directus/directus
|
||||
tag: 10.7.0
|
||||
properties:
|
||||
pullPolicy:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
type: string
|
||||
registry:
|
||||
@@ -256,13 +256,13 @@ options:
|
||||
default:
|
||||
enable: false
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: postgrest/postgrest
|
||||
tag: v11.2.1
|
||||
swagger:
|
||||
enable: true
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: swaggerapi/swagger-ui
|
||||
tag: v5.9.0
|
||||
@@ -272,12 +272,12 @@ options:
|
||||
type: boolean
|
||||
image:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: postgrest/postgrest
|
||||
tag: v11.2.1
|
||||
properties:
|
||||
pullPolicy:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
type: string
|
||||
registry:
|
||||
@@ -293,7 +293,7 @@ options:
|
||||
swagger:
|
||||
default:
|
||||
enable: true
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: swaggerapi/swagger-ui
|
||||
tag: v5.9.0
|
||||
@@ -301,7 +301,7 @@ options:
|
||||
enable:
|
||||
default: true
|
||||
type: boolean
|
||||
pullPolicy:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
type: string
|
||||
registry:
|
||||
|
||||
@@ -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