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

View File

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