diff --git a/charts/taiga/Chart.yaml b/charts/taiga/Chart.yaml index 2d37528..3a65322 100644 --- a/charts/taiga/Chart.yaml +++ b/charts/taiga/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: taiga -version: 0.1.13 +version: 0.1.14 description: Chart for Taiga keywords: - kanban diff --git a/charts/taiga/templates/ingress.yaml b/charts/taiga/templates/ingress.yaml index 3753c16..c33513a 100644 --- a/charts/taiga/templates/ingress.yaml +++ b/charts/taiga/templates/ingress.yaml @@ -40,7 +40,7 @@ spec: name: "{{ template "taiga.fullname" . }}-back" port: name: taiga-back - pathType: ImplementationSpecific + pathType: ImplementationSpecific - path: /admin backend: service: @@ -48,6 +48,15 @@ spec: port: name: taiga-back pathType: ImplementationSpecific + {{ if .Values.oidc.enabled }} + - path: /oidc + backend: + service: + name: "{{ template "taiga.fullname" . }}-back" + port: + name: taiga-back + pathType: ImplementationSpecific + {{- end }} - path: /events backend: service: