-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
55 lines (48 loc) · 1.01 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
replicas: 1
extraEnv:
ARA_ALLOWED_HOSTS: "['localhost', '::1', '127.0.0.1', 'ara.example.com']"
deploymentStrategy:
type: RollingUpdate
rollingUpdate: {}
image:
repo: recordsansible/ara-api
tag: latest
service:
type: ClusterIP
ingress:
enabled: false
annotations: {}
tls: false
tlsSecret: ara-tls
hosts:
- ara.example.com
persistence:
enabled: false
accessModes:
- ReadWriteOnce
size: 8Gi
storageClass: ''
oauth2proxy:
enabled: false
config:
clientID: xxx
clientSecret: xxx
cookieSecret: xxx
extraArgs:
upstream: http://ara-ara
provider: keycloak-oidc
redirect-url: https://ara-web.example.com/oauth2/callback
oidc-issuer-url: https://<keycloak host>/realms/<your realm>
# allowed-role: role1
# allowed-role: role2
# allowed-group: group1
# allowed-group: group2
ingress:
enabled: false
annotations: {}
hosts:
- ara-web.example.com
tls:
- secretName: oauth2-proxy-tls
hosts:
- ara-web.example.com