1
0
Fork 0

add ingress kubernetes proxy-body-size

This commit is contained in:
sido 2018-06-25 22:22:53 +02:00
parent 1fb2d57658
commit 534e81a280
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -7,7 +7,7 @@ replicaCount: 1
environment: production
service:
type: ClusterIP
type: NodePort
port: 80
nexus: