We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a763b9 commit 9dbf680Copy full SHA for 9dbf680
1 file changed
deploy/infrabox/templates/ingress.yaml
@@ -121,16 +121,6 @@ spec:
121
port:
122
number: 80
123
{{ end }}
124
- {{ if eq .Values.cluster.name "master" }}
125
- -
126
- pathType: Prefix
127
- path: /
128
- backend:
129
- service:
130
- name: infrabox-static
131
- port:
132
- number: 80
133
- {{ end }}
134
{{ if .Values.ha.enabled }}
135
{{ include "ing_root" . | indent 12 }}
136
{{ else if eq .Values.cluster.name "master" }}
0 commit comments