values.yaml 2.58 KB
Newer Older
1
domain: dev.example.com
torgiren's avatar
torgiren committed
2
3
4
persistent:
  nfs:
    size: 15Gi
5
6
7
cilium:
  lb_pools: []
#   - cidr: "192.168.10.0/24"
torgiren's avatar
torgiren committed
8
9
metallb:
  pools: []
10
11
12
#   - name: my-ip-space
#     addresses:
#       - 192.168.10.0/24
13
14
15

cloudflare:
  proxied: true
16
17

passwordGenerator:
torgiren's avatar
torgiren committed
18
  version: v1.4.2
19
20
21
  image:
    tag:
templateRenderer:
torgiren's avatar
torgiren committed
22
  version: v2.1.3
23
24
  image:
    tag:
25
26

exphostConfigurator:
27
  version: v1.5.1
28
29
  image:
    tag:
30

torgiren's avatar
torgiren committed
31
named:
32
  version: v1.0.2-1-g65ca4e7
torgiren's avatar
torgiren committed
33

34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
config:
  k8sAdminGroup: oidc:k8s-admins
  dex:
    ldap:
      host: openldap.tenant-exphost-services.svc.cluster.local:389
      password:
        secretName: password-password-dex-from-tenant-exphost-services
        key: password
    staticClients:
      - id: kubernetes
        redirectURIs:
        - 'https://auth.{{ .Values.domain }}/callback'
        name: 'Kubernetes'
        secret: GiQBxaKyVNsNkWshSzuNN8Xa6qnbZLYt
      - id: argo
        redirectURIs:
        - 'https://argocd.{{ .Values.domain }}/auth/callback'
        name: 'ArgoCD'
        secret: nY4pHGFH0dXKARUWwsxh1Q==
53
54
55
      - id: argocli
        name: 'ArgoCD'
        public: true
56
57
58
59
60
61
62
63
64
65
66
      - id: gitlab
        redirectURIs:
        - 'https://gitlab.{{ .Values.domain }}/users/auth/openid_connect/callback'
        - 'https://gitlab.{{ .Values.domain }}/users/auth/exphost/callback'
        name: 'GitLab'
        secret: 7t7qSU17QwzP80s5NYqV4/JTKl8XYyQ+iyrMpslteXo=
      - id: grafana
        redirectURIs:
        - 'https://grafana.{{ .Values.domain }}/login/generic_oauth'
        name: 'Grafana'
        secret: yipcAxlvSLPFgpU+FN+SynW5fAbSQqeG2zTJ/4ioTKU=
67
68
69
70
71
      - id: longhorn-oauth2
        redirectURIs:
        - 'https://longhorn.{{ .Values.domain }}/oauth2/callback'
        name: 'Longhorn oauth2'
        secret: c4Pw7HREAvBewTFZ9qiTNpNDHEQGv8KL
72
73
74
75
76
      - id: alertmanager-oauth2
        redirectURIs:
        - 'https://alertmanager.{{ .Values.domain }}/oauth2/callback'
        name: 'alertmanager oauth2'
        secret: COhRsMzr1t0RK2juK4yp4gJwA6wNtfAR2eTiqqoR7qk=
torgiren's avatar
torgiren committed
77
78
      - id: exphost-controller
        redirectURIs:
79
        - 'https://console.{{ .Values.domain }}/oauth2/callback'
80
81
82
83
        - 'https://{{ .Values.domain }}/oauth2/callback'
        - 'https://www.{{ .Values.domain }}/oauth2/callback'
        - 'https://{{ .Values.domain }}/console/oauth2/callback'
        - 'https://www.{{ .Values.domain }}/console/oauth2/callback'
torgiren's avatar
torgiren committed
84
85
        name: 'exphost-controller'
        secret: Yp4fGf79FutdBDJArQqxhUiVbufVxjzu
86
87
88
89
90
91
92
93
94
  alertmanager:
    globalMail: ~
#      to: mail@example.com
#      from: mail2@example.com
#      smarthost: ~
#      authUsername: ~
#      authPassword:
#        secretName: ~
#        keyName: ~