Compare commits

...

2 Commits

3 changed files with 13 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: taiga
version: 0.1.12
version: 0.1.14
description: Chart for Taiga
keywords:
- kanban

View File

@@ -72,6 +72,8 @@ spec:
value: "false"
- name: ENABLE_GITLAB_AUTH
value: "false"
- name: ENABLE_OIDC
value: "{{ .Values.oidc.enabled }}"
- name: ENABLE_SLACK
value: "{{ .Values.enableSlack }}"
- name: ENABLE_GITHUB_IMPORTER

View File

@@ -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: