Files
foundation/apps/istio.yaml
Morten Olsen 1bdeb02520 init
2025-11-25 15:21:25 +01:00

25 lines
521 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: istio
namespace: argocd
spec:
project: foundation
source:
repoURL: https://istio-release.storage.googleapis.com/charts
targetRevision: 1.24.1
chart: istio
helm:
releaseName: istio
values: |
defaultRevision: ""
destination:
server: https://kubernetes.default.svc
namespace: istio-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true