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