39 lines
979 B
YAML
39 lines
979 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: grafana
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "1"
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://git.mvzijl.nl/marco/veda.git
|
|
targetRevision: applicationset-rewrite
|
|
path: apps/monitoring/grafana
|
|
helm:
|
|
releaseName: grafana
|
|
valueFiles:
|
|
- values.yaml
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=false
|
|
- ServerSideApply=true
|
|
ignoreDifferences:
|
|
- group: gateway.networking.k8s.io
|
|
kind: HTTPRoute
|
|
jsonPointers:
|
|
- /spec/parentRefs/0/group
|
|
- /spec/parentRefs/0/kind
|
|
- /spec/rules/0/backendRefs/0/group
|
|
- /spec/rules/0/backendRefs/0/kind
|
|
- /spec/rules/0/backendRefs/0/weight
|