fix: separate monitoring from controllers so broken prometheus-stack doesn't block tailnet chain
This commit is contained in:
parent
88dd60498f
commit
61165c2b00
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:
|
||||
- cnpg/
|
||||
- keda/
|
||||
- monitoring/
|
||||
- tailscale/
|
||||
Loading…
Add table
Reference in a new issue