fix
This commit is contained in:
@@ -35,7 +35,7 @@ resource "kubectl_manifest" "scimgateway_deploy" {
|
||||
imagePullPolicy: "${var.images.scimgateway.pullPolicy}"
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8000
|
||||
containerPort: 8880
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
@@ -53,7 +53,7 @@ resource "kubectl_manifest" "scimgateway_deploy" {
|
||||
- name: "LOG_LEVEL"
|
||||
value: "info"
|
||||
- name: "PORT"
|
||||
value: "8000"
|
||||
value: "8880"
|
||||
- name: "WILDDUCK_DOMAIN"
|
||||
value: "${var.domain-name}"
|
||||
- name: "WILDDUCK_API"
|
||||
|
||||
Reference in New Issue
Block a user