mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 11:35:58 +10:00
Synchronize upstreamed folder to 5455b8d95
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user