File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed
bases/veidemann-dashboard
dev/veidemann/veidemann-dashboard Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 24
24
configMap :
25
25
name : veidemann-dashboard
26
26
items :
27
- - key : environment .json
28
- path : environment .json
27
+ - key : config .json
28
+ path : config .json
29
29
containers :
30
30
- name : veidemann-dashboard
31
31
image : ghcr.io/nlnwa/veidemann-dashboard:0.18.6
34
34
name : http
35
35
protocol : TCP
36
36
volumeMounts :
37
- - mountPath : /usr/share/nginx/html/veidemann/assets/config
37
+ - mountPath : /usr/share/nginx/app/veidemann/assets/config.json
38
+ subPath : config.json
38
39
name : config
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ commonLabels:
11
11
configMapGenerator :
12
12
- name : veidemann-dashboard
13
13
literals :
14
- - environment .json="{}"
14
+ - config .json="{}"
Original file line number Diff line number Diff line change
1
+ {
2
+ "grpcWebUrl" : " /grpc-web" ,
3
+ "authConfig" : {
4
+ "issuer" : " " ,
5
+ "redirectUri" : " https://veidemann.test/veidemann/" ,
6
+ "requestAccessToken" : false ,
7
+ "oidc" : true ,
8
+ "responseType" : " id_token" ,
9
+ "clientId" : " veidemann-dashboard" ,
10
+ "scope" : " openid profile email groups offline_access audience:server:client_id:veidemann-api" ,
11
+ "requireHttps" : true
12
+ }
13
+ }
Original file line number Diff line number Diff line change @@ -6,3 +6,9 @@ namespace: veidemann
6
6
resources :
7
7
- ../../../bases/veidemann-dashboard
8
8
- dashboard_ingressroute.yaml
9
+
10
+ configMapGenerator :
11
+ - name : veidemann-dashboard
12
+ behavior : replace
13
+ files :
14
+ - config.json
You can’t perform that action at this time.
0 commit comments