k8s-platform/argocd-apps/applications/infrastructure/gateway.yaml

20 lines
460 B
YAML
Raw Normal View History

2026-09-05 18:34:45 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gateway
namespace: argocd
spec:
project: platform
source:
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
targetRevision: main
path: infrastructure/gateway/envoy
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: apps
syncPolicy:
automated:
prune: false
selfHeal: true