Synchronize upstreamed folder to 5455b8d95

This commit is contained in:
bitnami-bot
2020-01-21 08:35:02 +00:00
parent bab97b0db0
commit 064021ce0e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: redmine
version: 14.1.3
version: 14.1.4
appVersion: 4.1.0
description: A flexible project management web application.
keywords:
+2 -2
View File
@@ -20,7 +20,7 @@ spec:
- path: /
backend:
serviceName: "{{ template "redmine.fullname" . }}"
servicePort: http
servicePort: http-redmine
{{- end }}
{{- range .Values.ingress.extraHosts }}
- host: {{ .name }}
@@ -29,7 +29,7 @@ spec:
- path: {{ default "/" .path }}
backend:
serviceName: "{{ template "redmine.fullname" $ }}"
servicePort: http
servicePort: http-redmine
{{- end }}
{{- if or .Values.ingress.tls .Values.ingress.extraTls .Values.ingress.hosts }}
tls: