1
0
Fork 0

reset to old version

This commit is contained in:
sido 2018-06-25 15:37:15 +02:00
parent 925554d4e4
commit b6cab7b32e
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ ingress:
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
path: / path: /
hosts: hosts:
- registry.molgenis.local - registry.molgenis.org
tls: [] tls: []
# - secretName: chart-example-tls # - secretName: chart-example-tls
# hosts: # hosts:

View File

@ -5,7 +5,7 @@ kind: Ingress
metadata: metadata:
name: "{{ $.Release.Name }}-ingress" name: "{{ $.Release.Name }}-ingress"
labels: labels:
app: {{ template "nexus.fullname" $ }} app: nexus
chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}" chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}"
release: "{{ $.Release.Name }}" release: "{{ $.Release.Name }}"
heritage: "{{ $.Release.Service }}" heritage: "{{ $.Release.Service }}"
@ -23,7 +23,7 @@ spec:
paths: paths:
- path: {{ default "/" .path }} - path: {{ default "/" .path }}
backend: backend:
serviceName: {{ template "nexus.fullname" $ }} serviceName: nexus
servicePort: 80 servicePort: 80
{{- if .tls }} {{- if .tls }}
tls: tls: