This commit is contained in:
2023-08-27 18:29:11 +02:00
parent 71b9da9a00
commit 47a7e14cbd
2 changed files with 28 additions and 28 deletions

View File

@@ -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"