File tree Expand file tree Collapse file tree 4 files changed +8
-42
lines changed Expand file tree Collapse file tree 4 files changed +8
-42
lines changed Original file line number Diff line number Diff line change @@ -4,42 +4,5 @@ kind: Component
4
4
configMapGenerator :
5
5
- name : linkding
6
6
behavior : merge
7
- envs :
8
- - linkding.properties
9
- - name : oauth2-proxy
10
- behavior : merge
11
- envs :
12
- - oauth2-proxy.properties
13
- patches :
14
- - target :
15
- kind : " Deployment"
16
- name : " linkding"
17
- path : " oauth2-proxy.yaml"
18
- - target :
19
- kind : " Service"
20
- name : " linkding"
21
- patch : |
22
- - op: "replace"
23
- path: "/spec/ports/0/targetPort"
24
- value: "oauth2-proxy"
25
- - target :
26
- kind : " Deployment"
27
- name : " oauth2-proxy"
28
- patch : |-
29
- - op: add
30
- path: /spec/template/spec/containers/0/env
31
- value:
32
- - name: LD_SUPERUSER_NAME
33
- valueFrom:
34
- secretKeyRef:
35
- name: "linkding"
36
- key: "LD_SUPERUSER_NAME"
37
- - target :
38
- kind : " NetworkPolicy"
39
- name : " linkding"
40
- patch : |-
41
- - op: replace
42
- path: "/spec/ingress/0/ports"
43
- value:
44
- - protocol: "TCP"
45
- port: "oauth2-proxy"
7
+ literals :
8
+ - LD_ENABLE_OIDC=True
Original file line number Diff line number Diff line change 82
82
envFrom :
83
83
- configMapRef :
84
84
name : " linkding"
85
+ - secretRef :
86
+ name : " linkding"
87
+ optional : true
85
88
topologySpreadConstraints :
86
89
- maxSkew : 1
87
90
topologyKey : location
Original file line number Diff line number Diff line change 1
- LD_HOST_DATA_DIR =/data/linkding
1
+ LD_HOST_DATA_DIR =/data/linkding
2
+ LD_FAVICON_PROVIDER =https://icons.duckduckgo.com/ip3/{domain}.ico
3
+ LD_DISABLE_REQUEST_LOGS =true
Original file line number Diff line number Diff line change 26
26
- to :
27
27
- ipBlock :
28
28
cidr : " 0.0.0.0/0"
29
- except :
30
- - " 192.168.0.0/16"
You can’t perform that action at this time.
0 commit comments