streams-manifests/kafdrop/argocd-application.yaml

19 lines
433 B
YAML
Raw Permalink Normal View History

2024-12-11 16:10:17 +01:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kafdrop
namespace: argocd
spec:
project: default
source:
repoURL: https://platform.sunet.se/streams/streams-manifests.git
2024-12-16 09:37:47 +01:00
targetRevision: streams-manifests-2024-12-16-v01
2024-12-11 16:10:17 +01:00
path: kafdrop/overlays/test
destination:
server: https://kubernetes.default.svc
namespace: kafka
syncPolicy:
automated:
prune: true
selfHeal: true