2025-10-30 12:01:30 +07:00

27 lines
568 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: envoy-app
namespace: argocd
spec:
syncPolicy:
automated:
enabled: true
syncOptions:
- ServerSideApply=true
- CreateNamespace=true
project: default
source:
chart: gateway-helm
repoURL: docker.io/envoyproxy
targetRevision: v1.5.4
helm:
values: |
controller:
enabled: true
agent:
enabled: true
destination:
# namespace: default
namespace: envoy-gateway-system
server: 'https://kubernetes.default.svc'