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