move proxy-protocol-shim template to its own application

This commit is contained in:
James Andariese 2023-07-20 15:39:08 -05:00
parent e8e28ee2e5
commit d5b3dbd033
2 changed files with 27 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
bases: bases:
- "https://github.com/flanksource/template-operator/releases/download/v0.7.1/operator.yml" - "https://github.com/flanksource/template-operator/releases/download/v0.7.1/operator.yml"
#- git::https://github.com/strudelline-net/k8s-proxy-protocol-shim?ref=main - proxy-protocol-shim.yaml
patchesStrategicMerge: patchesStrategicMerge:
- template-operator-memory.yaml - template-operator-memory.yaml

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/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