From f146761ca782cf1439320a0659a9c85ca0c0a00a Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Mon, 20 Jul 2026 19:54:29 +0200 Subject: [PATCH] destination rule for argocd --- helm/argocd/templates/destinationrule.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 helm/argocd/templates/destinationrule.yaml diff --git a/helm/argocd/templates/destinationrule.yaml b/helm/argocd/templates/destinationrule.yaml new file mode 100644 index 0000000..c0d864b --- /dev/null +++ b/helm/argocd/templates/destinationrule.yaml @@ -0,0 +1,13 @@ +apiVersion: networking.istio.io/v1 +kind: DestinationRule +metadata: + name: argocd-backend-https +spec: + host: argocd.apps.linvogel.internal + trafficPolicy: + portLevelSettings: + - port: + number: 8080 + tls: + insecureSkipVerify: true + mode: SIMPLE \ No newline at end of file