homelab-gitops/istio/istio-base.yaml
gwg313 923a676005
remove istio
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-14 15:28:21 -04:00

22 lines
496 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: istio-base
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
project: default
source:
repoURL: https://istio-release.storage.googleapis.com/charts
chart: base
targetRevision: 1.26.0
destination:
server: https://kubernetes.default.svc
namespace: istio-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true