Files
Kubernetes-Manifests/infra/argocd/applications/envoy-gateway-config-application.yaml

28 lines
684 B
YAML

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
destination:
server: https://kubernetes.default.svc
namespace: envoy-gateway
ignoreDifferences:
- group: gateway.networking.k8s.io
kind: Gateway
jqPathExpressions:
- '.spec.listeners[].tls.certificateRefs[].group'
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- PruneLast=true
- ServerSideApply=true