Ichen Chhoeng ff0e97e36b blah
2025-11-17 11:25:33 +07:00

48 lines
966 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cnpg-app
namespace: argocd
spec:
syncPolicy:
automated:
enabled: true
syncOptions:
- ServerSideApply=true
project: default
source:
chart: cloudnative-pg
repoURL: 'https://cloudnative-pg.github.io/charts'
targetRevision: 0.26.1
destination:
namespace: default
server: 'https://kubernetes.default.svc'
---
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: envoy-gateway-system
server: 'https://kubernetes.default.svc'