reset to old version
This commit is contained in:
parent
925554d4e4
commit
b6cab7b32e
@ -20,7 +20,7 @@ ingress:
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
path: /
|
||||
hosts:
|
||||
- registry.molgenis.local
|
||||
- registry.molgenis.org
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user