add vnc-mqtt-bridge operator

This commit is contained in:
James Andariese 2023-07-25 08:55:52 -05:00
parent a2ac0d1cde
commit 4a4e932e9f

View File

@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: proxy-protocol-shim
namespace: argocd
spec:
destination:
name: in-cluster
namespace: default
project: default
source:
path: .
repoURL: https://github.com/jamesandariese/k8s-vnc-mqtt-bridge-operator
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
retry:
backoff:
duration: 5s
factor: 2
maxDuration: 3m0s
limit: 10
syncOptions:
- CreateNamespace=true