fix(httpd): update fullname
This commit is contained in:
parent
de6ffdc74e
commit
53df2783ed
@ -5,7 +5,7 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: "{{ $.Release.Name }}-ingress"
|
name: "{{ $.Release.Name }}-ingress"
|
||||||
labels:
|
labels:
|
||||||
app: {{ template "fullname" $ }}
|
app: {{ template "httpd.fullname" $ }}
|
||||||
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 "fullname" $ }}
|
serviceName: {{ template "httpd.fullname" $ }}
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
{{- if .tls }}
|
{{- if .tls }}
|
||||||
tls:
|
tls:
|
||||||
|
Loading…
Reference in New Issue
Block a user