File tree Expand file tree Collapse file tree 5 files changed +14
-61
lines changed
clusters/rs.soeren.cloud/ghostfolio Expand file tree Collapse file tree 5 files changed +14
-61
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
apiVersion : kustomize.config.k8s.io/v1alpha1
3
3
kind : Component
4
4
resources :
5
- - istio- virtualservice.yaml
5
+ - virtualservice.yaml
Original file line number Diff line number Diff line change 1
1
---
2
2
apiVersion : kustomize.config.k8s.io/v1beta1
3
3
kind : Kustomization
4
- namespace : ghostfolio
4
+ namespace : " ghostfolio"
5
5
resources :
6
- - ../../../apps/ghostfolio
7
- - namespace.yaml
8
- - postgres-data-pv.yaml
9
- - sops-secret-ghostfolio.yaml
6
+ - " ../../../apps/ghostfolio"
7
+ - " namespace.yaml"
8
+ - " postgres-data-pv.yaml"
10
9
components :
11
10
- ../../../apps/ghostfolio/components/istio
12
11
- ../../../apps/ghostfolio/components/postgres
12
+ - ../../../apps/ghostfolio/components/postgres-pvc
13
13
- ../../../apps/ghostfolio/components/redis
14
14
patches :
15
15
- target :
16
- kind : VirtualService
17
- name : ghostfolio
16
+ kind : " VirtualService"
17
+ name : " ghostfolio"
18
18
patch : |
19
- - op: replace
20
- path: /spec/hosts
19
+ - op: " replace"
20
+ path: " /spec/hosts"
21
21
value:
22
- - ghostfolio.rs.soeren.cloud
22
+ - " ghostfolio.rs.soeren.cloud"
Original file line number Diff line number Diff line change 11
11
storageClassName : local-storage
12
12
local :
13
13
path : /srv/k8s/ghostfolio-postgres
14
+ claimRef :
15
+ namespace : " ghostfolio"
16
+ name : " ghostfolio-postgres"
14
17
nodeAffinity :
15
18
required :
16
19
nodeSelectorTerms :
You can’t perform that action at this time.
0 commit comments