Track envoy-gateway-config app; move affine to deprecated in README

This commit is contained in:
2026-06-21 12:45:21 +02:00
parent c40577589d
commit 62137018ea
2 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: envoy-gateway-config
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git
path: infra/envoy-gateway
targetRevision: main
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: envoy-gateway
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- PruneLast=true