Skip to content

Commit

Permalink
feat: monitor external secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 12, 2024
1 parent 0437fed commit f1d8b31
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions registry/components/external-secrets/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ spec:
limits:
cpu: 50m
memory: 64Mi
serviceMonitor:
enabled: true
additionalLabels:
prometheus: enabled
webhook:
resources:
requests:
Expand Down
1 change: 1 addition & 0 deletions registry/components/external-secrets/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ kind: Kustomization
resources:
- application.yaml
- infisical.yaml
- namespace.yaml
8 changes: 8 additions & 0 deletions registry/components/external-secrets/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Namespace
metadata:
name: external-secrets
labels:
prometheus: enabled
annotations:
argocd.argoproj.io/sync-wave: "-1"
3 changes: 3 additions & 0 deletions registry/components/monitoring/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ spec:
cpu: 100m
memory: 64Mi
prometheus:
# serviceMonitor:
# additionalLabels:
# prometheus: enabled
prometheusSpec:
resources:
requests:
Expand Down

0 comments on commit f1d8b31

Please sign in to comment.