File tree Expand file tree Collapse file tree 5 files changed +56
-18
lines changed Expand file tree Collapse file tree 5 files changed +56
-18
lines changed Original file line number Diff line number Diff line change 14
14
name : flux-system
15
15
path : ./infra/datastores/postgres-operator
16
16
prune : false
17
+ dependsOn :
18
+ - name : infra-storage
Original file line number Diff line number Diff line change
1
+ apiVersion : kustomize.toolkit.fluxcd.io/v1
2
+ kind : Kustomization
3
+ metadata :
4
+ name : infra-loki
5
+ namespace : flux-system
6
+ spec :
7
+ decryption :
8
+ provider : sops
9
+ secretRef :
10
+ name : flux-sops
11
+ interval : 10m0s
12
+ sourceRef :
13
+ kind : GitRepository
14
+ name : flux-system
15
+ path : ./infra/loki
16
+ prune : true
17
+ dependsOn :
18
+ - name : infra-storage
19
+ - name : infra-prometheus
Original file line number Diff line number Diff line change
1
+ apiVersion : kustomize.toolkit.fluxcd.io/v1
2
+ kind : Kustomization
3
+ metadata :
4
+ name : infra-utils
5
+ namespace : flux-system
6
+ spec :
7
+ decryption :
8
+ provider : sops
9
+ secretRef :
10
+ name : flux-sops
11
+ interval : 10m0s
12
+ sourceRef :
13
+ kind : GitRepository
14
+ name : flux-system
15
+ path : ./infra/utils
16
+ prune : true
17
+ dependsOn :
18
+ - name : infra-storage
Original file line number Diff line number Diff line change @@ -20,23 +20,23 @@ spec:
20
20
clients :
21
21
- url : http://loki:3100/loki/api/v1/push
22
22
snippets :
23
- extraScrapeConfigs : |
24
- - job_name: pacmanlog
25
- static_configs:
26
- - targets:
27
- - localhost
28
- labels:
29
- job: pacman
30
- __path__: /var/log/pacman.log
31
- pipeline_stages:
32
- - match:
33
- selector: '{job="pacman"}'
34
- stages:
35
- - regex:
36
- expression: '^\[(?P<timestamp>.*?)\]'
37
- - timestamp:
38
- format: RFC3339
39
- source: timestamp
23
+ # extraScrapeConfigs: |
24
+ # - job_name: pacmanlog
25
+ # static_configs:
26
+ # - targets:
27
+ # - localhost
28
+ # labels:
29
+ # job: pacman
30
+ # __path__: /var/log/pacman.log
31
+ # pipeline_stages:
32
+ # - match:
33
+ # selector: '{job="pacman"}'
34
+ # stages:
35
+ # - regex:
36
+ # expression: '^\[(?P<timestamp>.*?)\]'
37
+ # - timestamp:
38
+ # format: RFC3339
39
+ # source: timestamp
40
40
defaultVolumeMounts :
41
41
- mountPath : /var/log/pods
42
42
name : pods
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ metadata:
4
4
name : etcd-backup
5
5
namespace : kube-system
6
6
spec :
7
- storageClassName : nfs-sc
8
7
accessModes :
9
8
- ReadWriteOnce
10
9
resources :
You can’t perform that action at this time.
0 commit comments