-
Notifications
You must be signed in to change notification settings - Fork 2
/
values.yaml
222 lines (198 loc) · 5.44 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
# Default values for taiga.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# -- Image pull secrets for Taiga pod
imagePullSecrets: []
# -- Override name of this release
nameOverride: ""
# -- Override full name of this release
fullnameOverride: ""
serviceAccount:
# -- Specifies whether a service account should be created
create: true
# -- Annotations to add to the service account
annotations: {}
# -- The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
# -- Annotations to be added to the Taiga pod
podAnnotations: {}
# -- Secret key used for cryptographic signing in Taiga
secretKey: taiga-secret-key
auth:
# -- Enable login form for local users
defaultLoginEnabled: true
# -- Enable user signup
publicRegisterEnabled: true
# -- Use host from X-Forwarded-Host header
useForwardedHost: true
oidc:
# -- Enable OIDC authentication
enabled: false
# -- OIDC provider name
name: OIDC
# -- OIDC provider logo
logo: logo.gif
# -- Issuer base url
issuer:
# -- OAuth client id
clientId:
# -- OAuth client secret
clientSecret:
# -- OAuth scopes
scopes: openid profile email
endpoints:
# -- OAuth authorization endpoint
authorization:
# -- OAuth token endpoint
token:
# -- OAuth user info endpoint
userinfo:
# -- OAuth JWKS endpoint
jwks:
claims:
# -- OAuth user id claim
authData: sub
# -- OAuth e-mail address claim
email: email
# -- OAuth full name claim
fullName: name
# -- OAuth preferred username claim
userName: preferred_username
# -- Key identifying OAuth users
authKey: oidc
# -- Sluggify username from claim
sluggifyUserName: false
smtp:
# -- Enable SMTP backend to send emails
enabled: false
# -- Email address Taiga uses to send emails
from: ""
# -- SMTP host to connect to
host: ""
# -- Port for SMTP connection
port: 587
# -- Username for authentication with SMTP server
username: ""
# -- Password for authentication with SMTP server
password: ""
# -- Use SSL for SMTP connection
useSsl: false
# -- Use TLS for SMTP connection
useTls: true
# -- Number of replicas
replicaCount: 1
global:
image:
# -- Overrides the image tag for all containers whose default is the chart appVersion.
tag: ""
backend:
image:
# -- Taiga backend image
repository: fabianmp/taiga-back
# -- Taiga backend pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: 6.8.1-fabianmp.0.1.0-oidc
# -- Resources for backend container
resources: {}
# -- Extra environment variables for Taiga backend
extraEnv: {}
frontend:
image:
# -- Taiga frontend image
repository: fabianmp/taiga-front
# -- Taiga frontend pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: 6.8.1-fabianmp.0.1.0-oidc
# -- Resources for frontend container
resources: {}
# -- Extra environment variables for Taiga frontend
extraEnv: {}
events:
image:
# -- Taiga events image
repository: taigaio/taiga-events
# -- Taiga events pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: 6.7.0
# -- Resources for events container
resources: {}
async:
image:
# -- Taiga async image
repository: fabianmp/taiga-back
# -- Taiga async pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: 6.8.1-fabianmp.0.1.0-oidc
# -- Resources for async container
resources: {}
# -- Extra environment variables for Taiga containers
extraEnv: {}
service:
# -- Service type for Taiga service
type: ClusterIP
ports:
# -- Service port for Taiga frontend
frontend: 80
# -- Service port for Taiga backend
backend: 8000
# -- Service port for Taiga events
events: 8888
ingress:
# -- Enable ingress for Taiga
enabled: false
# -- Annotations to be added to ingress
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# -- External hostname for Taiga
host: chart-example.local
tls:
# -- Enable TLS on ingress
enabled: false
# -- Secret name used for TLS certificate
secretName: chart-example-tls
persistence:
# -- Enable persistent storage
enabled: true
media:
# -- Size of PVC for media
size: 1Gi
# -- Name of storage class for media PVC
storageClass: ""
# -- Node selector for Taiga pod
nodeSelector: {}
# -- Tolerations for Taiga pod
tolerations: []
# -- Affinity for Taiga pod
affinity: {}
postgresql:
image:
# -- PostgreSQL version tag
tag: 14.10.0-debian-11-r31
auth:
# -- PostgreSQL enable postgres admin user
enablePostgresUser: false
# -- PostgreSQL database name used by Taiga
database: taiga
# -- PostgreSQL user used by Taiga
username: taiga
# -- PostgreSQL password used by Taiga
password: taiga
rabbitmq:
auth:
# -- Erlang cookie
erlangCookie: secret-taiga-erlang-cookie
# -- RabbitMQ user used by Taiga
username: taiga
# -- RabbitMQ password used by Taiga
password: taiga
# -- RabbitMQ virtual host used by Taiga
vhost: taiga
# -- Extra configuration for RabbitMQ
extraConfiguration: |-
default_vhost = taiga