File tree Expand file tree Collapse file tree 7 files changed +49
-264
lines changed
lidarr/components/postgres
prowlarr/components/postgres
monitoring/components/reverse-proxy Expand file tree Collapse file tree 7 files changed +49
-264
lines changed Original file line number Diff line number Diff line change @@ -9,29 +9,34 @@ patches:
9
9
- op: add
10
10
path: /spec/template/spec/containers/0/env/-
11
11
value:
12
- name: LIDARR__POSTGRES_HOST
13
- value: postgres
12
+ name: LIDARR__LOG__DBENABLED
13
+ value: "false"
14
14
- op: add
15
15
path: /spec/template/spec/containers/0/env/-
16
16
value:
17
- name: LIDARR__POSTGRES_MAIN_DB
17
+ name: LIDARR__POSTGRES__HOST
18
+ value: media-rw
19
+ - op: add
20
+ path: /spec/template/spec/containers/0/env/-
21
+ value:
22
+ name: LIDARR__POSTGRES__MAINDB
18
23
value: lidarr
19
24
- op: add
20
25
path: /spec/template/spec/containers/0/env/-
21
26
value:
22
- name: LIDARR__POSTGRES_USER
27
+ name: LIDARR__POSTGRES__USER
23
28
valueFrom:
24
29
secretKeyRef:
25
30
key: POSTGRES_USER
26
- name: media- lidarr-postgres
31
+ name: lidarr
27
32
- op: add
28
33
path: /spec/template/spec/containers/0/env/-
29
34
value:
30
- name: LIDARR__POSTGRES_PASSWORD
35
+ name: LIDARR__POSTGRES__PASSWORD
31
36
valueFrom:
32
37
secretKeyRef:
33
38
key: POSTGRES_PASSWORD
34
- name: media- lidarr-postgres
39
+ name: lidarr
35
40
- target :
36
41
kind : Deployment
37
42
name : lidarr
Original file line number Diff line number Diff line change 1
1
---
2
- - op : " replace"
3
- path : " /spec/template/spec/initContainers"
2
+ - op : replace
3
+ path : /spec/template/spec/initContainers
4
4
value :
5
5
- name : " init"
6
- image : " ghcr.io/onedr0p /postgres-init:16 "
6
+ image : " ghcr.io/home-operations /postgres-init:17 "
7
7
env :
8
8
- name : " INIT_POSTGRES_HOST"
9
- value : " postgres "
9
+ value : " media-rw "
10
10
- name : " INIT_POSTGRES_DBNAME"
11
11
value : " lidarr"
12
12
- name : " INIT_POSTGRES_SUPER_USER"
13
- valueFrom :
14
- secretKeyRef :
15
- key : " POSTGRES_USER"
16
- name : " media-components-postgres"
17
- optional : true
13
+ value : " postgres"
18
14
- name : " INIT_POSTGRES_SUPER_PASS"
19
15
valueFrom :
20
16
secretKeyRef :
21
- key : " POSTGRES_PASSWORD "
22
- name : " media-components- postgres"
17
+ key : " password "
18
+ name : " media-postgres"
23
19
- name : " INIT_POSTGRES_USER"
24
20
valueFrom :
25
21
secretKeyRef :
26
22
key : " POSTGRES_USER"
27
- name : " media- lidarr-postgres "
23
+ name : " lidarr"
28
24
- name : " INIT_POSTGRES_PASS"
29
25
valueFrom :
30
26
secretKeyRef :
31
27
key : " POSTGRES_PASSWORD"
32
- name : " media- lidarr-postgres "
28
+ name : " lidarr"
Original file line number Diff line number Diff line change @@ -9,32 +9,34 @@ patches:
9
9
- op: add
10
10
path: /spec/template/spec/containers/0/env/-
11
11
value:
12
- name: PROWLARR__POSTGRES_HOST
13
- value: postgres
12
+ name: PROWLARR__LOG__DBENABLED
13
+ value: "false"
14
14
- op: add
15
15
path: /spec/template/spec/containers/0/env/-
16
16
value:
17
- name: PROWLARR__POSTGRES_MAIN_DB
17
+ name: PROWLARR__POSTGRES__HOST
18
+ value: media-rw
19
+ - op: add
20
+ path: /spec/template/spec/containers/0/env/-
21
+ value:
22
+ name: PROWLARR__POSTGRES__MAINDB
18
23
value: prowlarr
19
24
- op: add
20
25
path: /spec/template/spec/containers/0/env/-
21
26
value:
22
- name: PROWLARR__POSTGRES_USER
27
+ name: PROWLARR__POSTGRES__USER
23
28
valueFrom:
24
29
secretKeyRef:
25
30
key: POSTGRES_USER
26
- name: media- prowlarr-postgres
31
+ name: prowlarr
27
32
- op: add
28
33
path: /spec/template/spec/containers/0/env/-
29
34
value:
30
- name: PROWLARR__POSTGRES_PASSWORD
35
+ name: PROWLARR__POSTGRES__PASSWORD
31
36
valueFrom:
32
37
secretKeyRef:
33
38
key: POSTGRES_PASSWORD
34
- name: media-prowlarr-postgres
35
- - op: replace
36
- path: /spec/template/spec/initContainers
37
- value:
39
+ name: prowlarr
38
40
- target :
39
41
kind : Deployment
40
42
name : prowlarr
Original file line number Diff line number Diff line change 2
2
- op : replace
3
3
path : /spec/template/spec/initContainers
4
4
value :
5
- - name : init
6
- image : ghcr.io/onedr0p /postgres-init:16
5
+ - name : " init"
6
+ image : " ghcr.io/home-operations /postgres-init:17 "
7
7
env :
8
- - name : INIT_POSTGRES_HOST
9
- value : postgres
10
- - name : INIT_POSTGRES_DBNAME
11
- value : prowlarr
8
+ - name : " INIT_POSTGRES_HOST"
9
+ value : " media-rw "
10
+ - name : " INIT_POSTGRES_DBNAME"
11
+ value : " prowlarr"
12
12
- name : " INIT_POSTGRES_SUPER_USER"
13
+ value : " postgres"
14
+ - name : " INIT_POSTGRES_SUPER_PASS"
13
15
valueFrom :
14
16
secretKeyRef :
15
- key : " POSTGRES_USER"
16
- name : " media-components-postgres"
17
- optional : true
18
- - name : INIT_POSTGRES_SUPER_PASS
19
- valueFrom :
20
- secretKeyRef :
21
- key : POSTGRES_PASSWORD
22
- name : media-components-postgres
23
- - name : INIT_POSTGRES_USER
17
+ key : " password"
18
+ name : " media-postgres"
19
+ - name : " INIT_POSTGRES_USER"
24
20
valueFrom :
25
21
secretKeyRef :
26
- key : POSTGRES_USER
27
- name : media- prowlarr-postgres
28
- - name : INIT_POSTGRES_PASS
22
+ key : " POSTGRES_USER"
23
+ name : " prowlarr"
24
+ - name : " INIT_POSTGRES_PASS"
29
25
valueFrom :
30
26
secretKeyRef :
31
- key : POSTGRES_PASSWORD
32
- name : media- prowlarr-postgres
27
+ key : " POSTGRES_PASSWORD"
28
+ name : " prowlarr"
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments