File tree Expand file tree Collapse file tree 6 files changed +34
-130
lines changed
clusters/svc.pt.soeren.cloud/loki Expand file tree Collapse file tree 6 files changed +34
-130
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,19 +4,18 @@ kind: Kustomization
4
4
namespace : loki
5
5
resources :
6
6
- ../../../apps/loki
7
- - configmap.yaml
8
- - pv.yaml
9
- - pvc.yaml
7
+ - loki-pv.yaml
10
8
- namespace.yaml
11
- - virtualservice.yaml
9
+ components :
10
+ - ../../../apps/loki/components/istio
11
+ - ../../../apps/loki/components/monolith
12
+ - ../../../apps/loki/components/pvc
12
13
patches :
13
14
- target :
14
- kind : Deployment
15
- name : loki
15
+ kind : " VirtualService "
16
+ name : " loki"
16
17
patch : |-
17
- - op: replace
18
- path: /spec/template/spec/volumes/0
18
+ - op: " replace"
19
+ path: " /spec/hosts"
19
20
value:
20
- name: storage
21
- persistentVolumeClaim:
22
- claimName: loki
21
+ - "loki.svc.pt.soeren.cloud"
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : " v1"
3
+ kind : " PersistentVolume"
4
+ metadata :
5
+ name : " loki"
6
+ spec :
7
+ accessModes :
8
+ - " ReadWriteOnce"
9
+ capacity :
10
+ storage : " 50Gi"
11
+ storageClassName : " local-storage"
12
+ local :
13
+ path : " /mnt/k8s/loki"
14
+ claimRef :
15
+ namespace : " loki"
16
+ name : " loki"
17
+ nodeAffinity :
18
+ required :
19
+ nodeSelectorTerms :
20
+ - matchExpressions :
21
+ - key : " kubernetes.io/hostname"
22
+ operator : " In"
23
+ values :
24
+ - " pool.pt.soeren.cloud"
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