diff --git a/smardigo/templates/iam/deployment.yml b/smardigo/templates/iam/deployment.yml index 449e3f4..5bea126 100644 --- a/smardigo/templates/iam/deployment.yml +++ b/smardigo/templates/iam/deployment.yml @@ -35,6 +35,7 @@ spec: value: "456ae14462d049d3be76439ef379c7c6" ports: - containerPort: 8080 + - containerPort: 8081 initContainers: - name: init-keycloak image: busybox:1.28 diff --git a/smardigo/templates/sepa-exporter/deployment.yml b/smardigo/templates/sepa-exporter/deployment.yml index fe7c62e..493afae 100644 --- a/smardigo/templates/sepa-exporter/deployment.yml +++ b/smardigo/templates/sepa-exporter/deployment.yml @@ -48,5 +48,6 @@ spec: key: SMA_DOCUMENT_AUTH_TOKEN ports: - containerPort: 8080 + - containerPort: 8081 imagePullSecrets: - name: "{{ .Values.harbor.pull_secret }}" diff --git a/smardigo/templates/uba-export/deployment.yml b/smardigo/templates/uba-export/deployment.yml index d7d07d5..83837f2 100644 --- a/smardigo/templates/uba-export/deployment.yml +++ b/smardigo/templates/uba-export/deployment.yml @@ -49,5 +49,6 @@ spec: key: SMA_DOCUMENT_AUTH_TOKEN ports: - containerPort: 8080 + - containerPort: 8081 imagePullSecrets: - name: "{{ .Values.harbor.pull_secret }}"