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