From 03f12f74380313f966efca2f2cf0b000b5d8951a Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Fri, 3 Jun 2022 08:07:56 +0200 Subject: [PATCH] feat: prometheus --- smardigo/templates/iam/deployment.yml | 1 + smardigo/templates/sepa-exporter/deployment.yml | 1 + smardigo/templates/uba-export/deployment.yml | 1 + 3 files changed, 3 insertions(+) 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 }}"