add ingress kubernetes proxy-body-size
This commit is contained in:
parent
534e81a280
commit
5dcda7ff78
@ -25,8 +25,8 @@ spec:
|
|||||||
paths:
|
paths:
|
||||||
- path: {{ default "/" .path }}
|
- path: {{ default "/" .path }}
|
||||||
backend:
|
backend:
|
||||||
serviceName: {{ .Values.httpd.name }}
|
serviceName: httpd
|
||||||
servicePort: {{ .Values.httpd.port }}
|
servicePort: 80
|
||||||
{{- if .tls }}
|
{{- if .tls }}
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
|
Loading…
Reference in New Issue
Block a user