diff --git a/molgenis-nexus/templates/ingress.yaml b/molgenis-nexus/templates/ingress.yaml index 3cae610..50a4252 100644 --- a/molgenis-nexus/templates/ingress.yaml +++ b/molgenis-nexus/templates/ingress.yaml @@ -5,7 +5,7 @@ kind: Ingress metadata: name: "{{ $.Release.Name }}-ingress" labels: - app: httpd + app: {{ $.Values.nexusProxy.name }} chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}" release: "{{ $.Release.Name }}" heritage: "{{ $.Release.Service }}"