Merge pull request #87 from sirius0xdev/fix/separate-monitoring-controllers
fix: separate monitoring from controllers so broken prometheus-stack …
This commit is contained in:
commit
1e91fa71e8
2 changed files with 19 additions and 2 deletions
18
clusters/devops-lab/infra-monitoring.yaml
Normal file
18
clusters/devops-lab/infra-monitoring.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: infrastructure-monitoring
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 1m0s
|
||||||
|
retryInterval: 1m
|
||||||
|
timeout: 5m
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: flux-system
|
||||||
|
path: ./infrastructure/controllers/staging/monitoring
|
||||||
|
prune: true
|
||||||
|
decryption:
|
||||||
|
provider: sops
|
||||||
|
secretRef:
|
||||||
|
name: sops-age
|
||||||
|
|
@ -3,5 +3,4 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- cnpg/
|
- cnpg/
|
||||||
- keda/
|
- keda/
|
||||||
- monitoring/
|
|
||||||
- tailscale/
|
- tailscale/
|
||||||
Loading…
Add table
Reference in a new issue