1
0
Fork 0

add ingress kubernetes proxy-body-size

This commit is contained in:
sido 2018-06-25 20:15:25 +02:00
parent 9ea5d6e77e
commit b869858029
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ kind: Ingress
metadata: metadata:
name: "{{ $.Release.Name }}-ingress" name: "{{ $.Release.Name }}-ingress"
labels: labels:
app: httpd app: {{ template "nexus.fullname" $ }}
chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}" chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}"
release: "{{ $.Release.Name }}" release: "{{ $.Release.Name }}"
heritage: "{{ $.Release.Service }}" heritage: "{{ $.Release.Service }}"
@ -25,8 +25,8 @@ spec:
paths: paths:
- path: {{ default "/" .path }} - path: {{ default "/" .path }}
backend: backend:
serviceName: {{ .Values.httpd.name }} serviceName: {{ template "nexus.fullname" $ }}
servicePort: {{ .Values.httpd.port }} servicePort: 80
{{- if .tls }} {{- if .tls }}
tls: tls:
- hosts: - hosts: