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