From 020c52f2bbfa0b71f5c8ecc302b508279d9dac46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChl?= Date: Thu, 12 May 2022 09:01:20 +0200 Subject: [PATCH] fixed url --- config/default/templates/mobene-uba-export/service.yml | 4 ++-- config/default/templates/smardigo-sepa-exporter/service.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/default/templates/mobene-uba-export/service.yml b/config/default/templates/mobene-uba-export/service.yml index 1ecadb0..20036a2 100644 --- a/config/default/templates/mobene-uba-export/service.yml +++ b/config/default/templates/mobene-uba-export/service.yml @@ -1,10 +1,10 @@ apiVersion: v1 kind: Service metadata: - name: "{{ .Release.Name }}-backend" + name: "{{ .Release.Name }}-mobene-uba-backend" spec: selector: - app: "{{ .Release.Name }}-backend" + app: "{{ .Release.Name }}-mobene-uba-backend" type: NodePort ports: - port: 8080 diff --git a/config/default/templates/smardigo-sepa-exporter/service.yml b/config/default/templates/smardigo-sepa-exporter/service.yml index 1ecadb0..dc1f14d 100644 --- a/config/default/templates/smardigo-sepa-exporter/service.yml +++ b/config/default/templates/smardigo-sepa-exporter/service.yml @@ -1,10 +1,10 @@ apiVersion: v1 kind: Service metadata: - name: "{{ .Release.Name }}-backend" + name: "{{ .Release.Name }}-smardigo-sepa-exporter-backend" spec: selector: - app: "{{ .Release.Name }}-backend" + app: "{{ .Release.Name }}-smardigo-sepa-exporter-backend" type: NodePort ports: - port: 8080