Mediamtx + repertory instance
This commit is contained in:
parent
39420f524b
commit
a0b28b7a01
13 changed files with 470 additions and 2 deletions
33
manifests/services/mediamtx.yaml
Normal file
33
manifests/services/mediamtx.yaml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: mediamtx
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
||||
targetRevision: HEAD
|
||||
path: charts/mediamtx
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/values.yaml
|
||||
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue