-
Notifications
You must be signed in to change notification settings - Fork 2
/
values.yaml
389 lines (360 loc) · 12.9 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
# Default values for uaa-chart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
## UAA image to use
image:
repository: cloudfoundry/uaa
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "75.12.0"
imagePullSecrets: []
nameOverride: ""
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: ""
podAnnotations: {}
## Enable OpenLDAP server for testing
##
## Deploys an openldap deployment with 2 users john/password and jane/password
## see more configuration with in the ./template/ldap-config file.
ldap:
enabled: true
image:
repository: osixia/openldap
pullPolicy: IfNotPresent
tag: "1.4.0"
##
## Enable a test SAML IdP to experiment with
simplesaml:
##
## enables an test SAML IdP be deployed and configured with UAA
##
enabled: true
##
## URL for the test IdP
##
url: https://simplesaml.miclip.io
##
## SimpleSAML image
##
image:
repository: kenchan0130/simplesamlphp
pullPolicy: IfNotPresent
tag: "latest"
service:
type: ClusterIP
port: 8080
##
## enables Ingress for the test IdP
##
ingress:
enabled: true
className: "contour"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
hosts:
- host: simplesaml.miclip.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: chart-simplesaml-tls
hosts:
- simplesaml.miclip.io
##
## Configuration for UAA
##
uaa:
port: 8080
url: https://uaa.miclip.io
##
## String that Identifies the ServiceProvider (UAA)
##
entityID: auth-uaa
##
## Configure any default local users to be created
##
scim:
users:
# - "admin|password|scim.write,scim.read,openid,uaa.admin"
##
## LDAP configuration
##
ldap:
profile:
file: ldap/ldap-search-and-bind.xml
base:
url: 'ldap://uaa-ldap:389/'
userDn: 'cn=admin,dc=example,dc=org'
password: 'admin'
searchBase: 'ou=People,dc=example,dc=org'
searchFilter: 'cn={0}'
groups:
file: 'ldap/ldap-groups-map-to-scopes.xml'
searchBase: 'ou=Groups,dc=example,dc=org'
groupSearchFilter: 'member={0}'
searchSubtree: true
maxSearchDepth: 10
autoAdd: true
ignorePartialResultException: true
##
## OAUTH clients
##
oauth:
clients:
pinniped:
access-token-validity: 1200
authorized-grant-types: authorization_code,refresh_token
override: true
redirect-uri: "http://127.0.0.1:12345/callback"
refresh-token-validity: 3600
scope: openid,email,profile,roles
secret: ""
autoapprove: true
# concourse:
# access-token-validity: 1200
# authorized-grant-types: authorization_code,refresh_token
# override: true
# redirect-uri: "https://concourse.miclip.io/sky/issuer/callback"
# refresh-token-validity: 3600
# scope: openid,email,profile,roles
# secret: secret
# credhub_cli:
# override: true
# authorized-grant-types: password,refresh_token
# scope: credhub.read,credhub.write
# authorities: uaa.resource
# access-token-validity: 86400
# refresh-token-validity: 172800
# secret: ""
# credhub_client:
# override: true
# authorized-grant-types: client_credentials
# secret: secret
# scope: uaa.none
# authorities: credhub.read,credhub.write
# access-token-validity: 86400
##
## Configure the service provider (UAA)
##
saml:
# certificates for this service provider, generated if not provided.
# activeKeyId: key-1-values-file
# keys:
# key-1-values-file:
# key: |
# -----BEGIN RSA PRIVATE KEY-----
# MIIEowIBAAKCAQEAv0ZQ+wXrBm5bBAcm6UFGdhyMoE/g2wrI2PB+VKVfqNN2FccJ
# BWPCd1reHWHaAhKzzY5lFwW/u65Nd2pvR+zStQuoGpJ9uBNffLYDM0LqNEw5TILO
# .............
# rKJ68ZEolL0sIpvkzUOeBhkY0iTkgFKPOi8AxN76VBAA5vJqsMekgzHBcCs7rxCg
# wxung9DUYJUbF6OMsYXZ2aXMERwyyATGG8PmCLyvb4rzgGf+SDCC
# -----END RSA PRIVATE KEY-----
# passphrase: password
# certificate: |
# -----BEGIN CERTIFICATE-----
# MIIDCTCCAfGgAwIBAgIQJTTnBM6PezmBrgUR6s/VSDANBgkqhkiG9w0BAQsFADAg
# MR4wHAYDVQQDExVodHRwczovL3VhYS5taWNsaXAuaW8wHhcNMjIwNTI1MTM1OTAx
# ..........
# uzDWmZ1z/DsP4oyErSa4enahOaXvetRSahDQYq5ZRSoKT0pVIgii1tcsxvLZg+Bf
# ujpCXKM3dHAY9mshaQ==
# -----END CERTIFICATE-----
# default nameID if IdP nameID not set
# nameID: 'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified'
providers:
# SAML providers or IdP
# simplesamlphp:
# idpMetadata: https://simplesaml.miclip.io/simplesaml/saml2/idp/metadata.php
# nameID: urn:oasis:names:tc:SAML:1.1:nameid-format:transient
# assertionConsumerIndex: 0
# metadataTrustCheck: false
# showSamlLoginLink: true
# linkText: 'Simple SAML IDP'
# iconUrl: 'http://link.to/icon.jpg'
# addShadowUserOnLogin: true
# externalGroupsWhitelist:
# - admin
# - user
# emailDomain:
# - example.com
# attributeMappings:
# given_name: givenname
# family_name: surname
# email: email
# user_name: uid
# providerDescription: 'Human readable description of this provider'
## Configuration values for the postgresql dependency.
## Ref: https://github.com/helm/charts/blob/master/stable/postgresql/README.md
##
trustedCertificates:
letsencrypt-staging-int.pem: |
-----BEGIN CERTIFICATE-----
MIIFWzCCA0OgAwIBAgIQTfQrldHumzpMLrM7jRBd1jANBgkqhkiG9w0BAQsFADBm
MQswCQYDVQQGEwJVUzEzMDEGA1UEChMqKFNUQUdJTkcpIEludGVybmV0IFNlY3Vy
aXR5IFJlc2VhcmNoIEdyb3VwMSIwIAYDVQQDExkoU1RBR0lORykgUHJldGVuZCBQ
ZWFyIFgxMB4XDTIwMDkwNDAwMDAwMFoXDTI1MDkxNTE2MDAwMFowWTELMAkGA1UE
BhMCVVMxIDAeBgNVBAoTFyhTVEFHSU5HKSBMZXQncyBFbmNyeXB0MSgwJgYDVQQD
Ex8oU1RBR0lORykgQXJ0aWZpY2lhbCBBcHJpY290IFIzMIIBIjANBgkqhkiG9w0B
AQEFAAOCAQ8AMIIBCgKCAQEAu6TR8+74b46mOE1FUwBrvxzEYLck3iasmKrcQkb+
gy/z9Jy7QNIAl0B9pVKp4YU76JwxF5DOZZhi7vK7SbCkK6FbHlyU5BiDYIxbbfvO
L/jVGqdsSjNaJQTg3C3XrJja/HA4WCFEMVoT2wDZm8ABC1N+IQe7Q6FEqc8NwmTS
nmmRQm4TQvr06DP+zgFK/MNubxWWDSbSKKTH5im5j2fZfg+j/tM1bGaczFWw8/lS
nukyn5J2L+NJYnclzkXoh9nMFnyPmVbfyDPOc4Y25aTzVoeBKXa/cZ5MM+WddjdL
biWvm19f1sYn1aRaAIrkppv7kkn83vcth8XCG39qC2ZvaQIDAQABo4IBEDCCAQww
DgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAS
BgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBTecnpI3zHDplDfn4Uj31c3S10u
ZTAfBgNVHSMEGDAWgBS182Xy/rAKkh/7PH3zRKCsYyXDFDA2BggrBgEFBQcBAQQq
MCgwJgYIKwYBBQUHMAKGGmh0dHA6Ly9zdGcteDEuaS5sZW5jci5vcmcvMCsGA1Ud
HwQkMCIwIKAeoByGGmh0dHA6Ly9zdGcteDEuYy5sZW5jci5vcmcvMCIGA1UdIAQb
MBkwCAYGZ4EMAQIBMA0GCysGAQQBgt8TAQEBMA0GCSqGSIb3DQEBCwUAA4ICAQCN
DLam9yN0EFxxn/3p+ruWO6n/9goCAM5PT6cC6fkjMs4uas6UGXJjr5j7PoTQf3C1
vuxiIGRJC6qxV7yc6U0X+w0Mj85sHI5DnQVWN5+D1er7mp13JJA0xbAbHa3Rlczn
y2Q82XKui8WHuWra0gb2KLpfboYj1Ghgkhr3gau83pC/WQ8HfkwcvSwhIYqTqxoZ
Uq8HIf3M82qS9aKOZE0CEmSyR1zZqQxJUT7emOUapkUN9poJ9zGc+FgRZvdro0XB
yphWXDaqMYph0DxW/10ig5j4xmmNDjCRmqIKsKoWA52wBTKKXK1na2ty/lW5dhtA
xkz5rVZFd4sgS4J0O+zm6d5GRkWsNJ4knotGXl8vtS3X40KXeb3A5+/3p0qaD215
Xq8oSNORfB2oI1kQuyEAJ5xvPTdfwRlyRG3lFYodrRg6poUBD/8fNTXMtzydpRgy
zUQZh/18F6B/iW6cbiRN9r2Hkh05Om+q0/6w0DdZe+8YrNpfhSObr/1eVZbKGMIY
qKmyZbBNu5ysENIK5MPc14mUeKmFjpN840VR5zunoU52lqpLDua/qIM8idk86xGW
xx2ml43DO/Ya/tVZVok0mO0TUjzJIfPqyvr455IsIut4RlCR9Iq0EDTve2/ZwCuG
hSjpTUFGSiQrR2JK2Evp+o6AETUkBCO1aw0PpQBPDQ==
-----END CERTIFICATE-----
letsencrypt-staging-root.pem: |
-----BEGIN CERTIFICATE-----
MIIFmDCCA4CgAwIBAgIQU9C87nMpOIFKYpfvOHFHFDANBgkqhkiG9w0BAQsFADBm
MQswCQYDVQQGEwJVUzEzMDEGA1UEChMqKFNUQUdJTkcpIEludGVybmV0IFNlY3Vy
aXR5IFJlc2VhcmNoIEdyb3VwMSIwIAYDVQQDExkoU1RBR0lORykgUHJldGVuZCBQ
ZWFyIFgxMB4XDTE1MDYwNDExMDQzOFoXDTM1MDYwNDExMDQzOFowZjELMAkGA1UE
BhMCVVMxMzAxBgNVBAoTKihTVEFHSU5HKSBJbnRlcm5ldCBTZWN1cml0eSBSZXNl
YXJjaCBHcm91cDEiMCAGA1UEAxMZKFNUQUdJTkcpIFByZXRlbmQgUGVhciBYMTCC
AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALbagEdDTa1QgGBWSYkyMhsc
ZXENOBaVRTMX1hceJENgsL0Ma49D3MilI4KS38mtkmdF6cPWnL++fgehT0FbRHZg
jOEr8UAN4jH6omjrbTD++VZneTsMVaGamQmDdFl5g1gYaigkkmx8OiCO68a4QXg4
wSyn6iDipKP8utsE+x1E28SA75HOYqpdrk4HGxuULvlr03wZGTIf/oRt2/c+dYmD
oaJhge+GOrLAEQByO7+8+vzOwpNAPEx6LW+crEEZ7eBXih6VP19sTGy3yfqK5tPt
TdXXCOQMKAp+gCj/VByhmIr+0iNDC540gtvV303WpcbwnkkLYC0Ft2cYUyHtkstO
fRcRO+K2cZozoSwVPyB8/J9RpcRK3jgnX9lujfwA/pAbP0J2UPQFxmWFRQnFjaq6
rkqbNEBgLy+kFL1NEsRbvFbKrRi5bYy2lNms2NJPZvdNQbT/2dBZKmJqxHkxCuOQ
FjhJQNeO+Njm1Z1iATS/3rts2yZlqXKsxQUzN6vNbD8KnXRMEeOXUYvbV4lqfCf8
mS14WEbSiMy87GB5S9ucSV1XUrlTG5UGcMSZOBcEUpisRPEmQWUOTWIoDQ5FOia/
GI+Ki523r2ruEmbmG37EBSBXdxIdndqrjy+QVAmCebyDx9eVEGOIpn26bW5LKeru
mJxa/CFBaKi4bRvmdJRLAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB
Af8EBTADAQH/MB0GA1UdDgQWBBS182Xy/rAKkh/7PH3zRKCsYyXDFDANBgkqhkiG
9w0BAQsFAAOCAgEAncDZNytDbrrVe68UT6py1lfF2h6Tm2p8ro42i87WWyP2LK8Y
nLHC0hvNfWeWmjZQYBQfGC5c7aQRezak+tHLdmrNKHkn5kn+9E9LCjCaEsyIIn2j
qdHlAkepu/C3KnNtVx5tW07e5bvIjJScwkCDbP3akWQixPpRFAsnP+ULx7k0aO1x
qAeaAhQ2rgo1F58hcflgqKTXnpPM02intVfiVVkX5GXpJjK5EoQtLceyGOrkxlM/
sTPq4UrnypmsqSagWV3HcUlYtDinc+nukFk6eR4XkzXBbwKajl0YjztfrCIHOn5Q
CJL6TERVDbM/aAPly8kJ1sWGLuvvWYzMYgLzDul//rUF10gEMWaXVZV51KpS9DY/
5CunuvCXmEQJHo7kGcViT7sETn6Jz9KOhvYcXkJ7po6d93A/jy4GKPIPnsKKNEmR
xUuXY4xRdh45tMJnLTUDdC9FIU0flTeO9/vNpVA8OPU1i14vCz+MU8KX1bV3GXm/
fxlB7VBBjX9v5oUep0o/j68R/iDlCOM4VVfRa8gX6T2FU7fNdatvGro7uQzIvWof
gN9WUwCbEMBy/YhBSrXycKA8crgGg3x1mIsopn88JKwmMBa68oS7EHM9w7C4y71M
7DiA+/9Qdp9RBWJpTS9i/mDnJg1xvo8Xz49mrrgfmcAXTCJqXi24NatI3Oc=
-----END CERTIFICATE-----
##
## Java keystore for certificates
##
trustStorePassword: changeme
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
port: 8080
ingress:
enabled: true
className: "contour"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
hosts:
- host: uaa.miclip.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: chart-uaa-tls
hosts:
- uaa.miclip.io
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}
postgresql:
## Use the PostgreSQL chart dependency.
##
## Set to false if using the default in memory database
##
enabled: true
## Provide a name to substitute for the full name of postgresql resources
## ps.: Resources will not be appended with "-postgresql"
##
fullnameOverride:
### PostgreSQL User to create.
##
postgresqlUsername: uaa
## PostgreSQL Password for the new user.
## If not set, a random 10 characters password will be used via a secret.
##
# postgresqlPassword:
## PostgreSQL Database to create.
##
postgresqlDatabase: uaa
## Allows for setting a specific cluster ip for the PostgreSQL
## service.
service:
clusterIP:
## Persistent Volume Storage configuration for PostgreSQL.
##
## Ref: https://kubernetes.io/docs/user-guide/persistent-volumes
##
persistence:
## Enable PostgreSQL persistence using Persistent Volume Claims.
##
enabled: true
## Persistent Volume Storage Class to be used by PersistentVolumes created
## for PostgreSQL.
##
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
storageClass:
## Persistent Volume Access Mode.
##
accessModes:
- ReadWriteOnce
## Persistent Volume Storage Size.
##
size: 8Gi