Skip to content

Commit edf9241

Browse files
committed
feat: add cillium-monitor
1 parent d20d3ad commit edf9241

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

system/templates/cillium-monitor.yaml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: {{ .Values.argocd.project }}-excalidraw
5+
namespace: {{ .Values.argocd.namespace }}
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "5"
8+
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
9+
finalizers:
10+
- resources-finalizer.argocd.argoproj.io
11+
spec:
12+
project: {{ .Values.argocd.project }}
13+
syncPolicy:
14+
automated:
15+
selfHeal: true
16+
prune: true
17+
destination:
18+
name: in-cluster
19+
namespace: {{ .Values.argocd.project }}
20+
source:
21+
chart: cillium-monitor
22+
repoURL: https://locmai.github.io/charts/
23+
targetRevision: 0.0.2
24+
helm:
25+
releaseName: cillium-monitor
26+
values: |
27+
enablePodMonitor:
28+
agent: true
29+
envoy: true
30+
operator: true
31+
32+
hubble: true
33+
{{- end }}

0 commit comments

Comments
 (0)