dumpnet-argo/manifests/services/mediamtx.yaml

34 lines
827 B
YAML
Raw Normal View History

2026-09-14 13:37:00 -04:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mediamtx
namespace: argocd
spec:
project: default
sources:
2026-09-17 17:19:33 -04:00
- repoURL: https://git.keane.sh/ian/dumpnet-argo.git
2026-09-14 13:37:00 -04:00
targetRevision: HEAD
path: charts/mediamtx
helm:
valueFiles:
- $values/values.yaml
2026-09-17 17:19:33 -04:00
- repoURL: https://git.keane.sh/ian/dumpnet-argo.git
2026-09-14 13:37:00 -04:00
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: mediamtx
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- group: external-secrets.io
kind: ExternalSecret
jsonPointers:
- /spec/target/template/mergePolicy
- /spec/target/template/engineVersion
- /spec/target/type