27 lines
535 B
YAML
27 lines
535 B
YAML
|
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
|