add ingress kubernetes proxy-body-size
This commit is contained in:
parent
1fb2d57658
commit
534e81a280
@ -25,8 +25,8 @@ spec:
|
||||
paths:
|
||||
- path: {{ default "/" .path }}
|
||||
backend:
|
||||
serviceName: httpd
|
||||
servicePort: 80
|
||||
serviceName: {{ .Values.httpd.name }}
|
||||
servicePort: {{ .Values.httpd.port }}
|
||||
{{- if .tls }}
|
||||
tls:
|
||||
- hosts:
|
||||
|
@ -7,7 +7,7 @@ replicaCount: 1
|
||||
environment: production
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
type: NodePort
|
||||
port: 80
|
||||
|
||||
nexus:
|
||||
|
Loading…
Reference in New Issue
Block a user