1
0
Fork 0

add ingress kubernetes proxy-body-size

This commit is contained in:
sido 2018-06-25 19:50:26 +02:00
parent 2628860543
commit 315bbcc430
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ kind: Ingress
metadata:
name: "{{ $.Release.Name }}-ingress"
labels:
app: nexus
app: {{ .Values.httpd.name }}
chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}"
release: "{{ $.Release.Name }}"
heritage: "{{ $.Release.Service }}"
@ -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: