diff --git a/jenkins/v1.0.0/values.yaml b/jenkins/v1.0.0/values.yaml index c600306..bbe65db 100644 --- a/jenkins/v1.0.0/values.yaml +++ b/jenkins/v1.0.0/values.yaml @@ -20,7 +20,7 @@ ingress: # kubernetes.io/tls-acme: "true" path: / hosts: - - registry.molgenis.local + - registry.molgenis.org tls: [] # - secretName: chart-example-tls # hosts: diff --git a/nexus/v1.0.0/templates/ingress.yaml b/nexus/v1.0.0/templates/ingress.yaml index 77c227c..a52c065 100644 --- a/nexus/v1.0.0/templates/ingress.yaml +++ b/nexus/v1.0.0/templates/ingress.yaml @@ -5,7 +5,7 @@ kind: Ingress metadata: name: "{{ $.Release.Name }}-ingress" labels: - app: {{ template "nexus.fullname" $ }} + app: nexus chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}" release: "{{ $.Release.Name }}" heritage: "{{ $.Release.Service }}" @@ -23,7 +23,7 @@ spec: paths: - path: {{ default "/" .path }} backend: - serviceName: {{ template "nexus.fullname" $ }} + serviceName: nexus servicePort: 80 {{- if .tls }} tls: