27 lines
567 B
YAML
27 lines
567 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/strudelline-net/k8s-proxy-protocol-shim
|
|
targetRevision: 833399d0f54f5030ab8583eff86a0b3282efe37a
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
retry:
|
|
backoff:
|
|
duration: 5s
|
|
factor: 2
|
|
maxDuration: 3m0s
|
|
limit: 10
|
|
syncOptions:
|
|
- CreateNamespace=true
|