diff --git a/helm/argocd/templates/destinationrule.yaml b/helm/argocd/templates/destinationrule.yaml index 75d535b..4168a32 100644 --- a/helm/argocd/templates/destinationrule.yaml +++ b/helm/argocd/templates/destinationrule.yaml @@ -5,7 +5,9 @@ metadata: spec: host: argocd-server.argocd.svc.cluster.local trafficPolicy: - tls: - insecureSkipVerify: true - mode: SIMPLE - sni: argocd.apps.linvogel.internal \ No newline at end of file + tls: + insecureSkipVerify: true + mode: SIMPLE + sni: argocd.apps.linvogel.internal + port: 443 + \ No newline at end of file diff --git a/helm/argocd/templates/virtualservice.yaml b/helm/argocd/templates/virtualservice.yaml index 4cd598c..a48e87d 100644 --- a/helm/argocd/templates/virtualservice.yaml +++ b/helm/argocd/templates/virtualservice.yaml @@ -15,3 +15,7 @@ spec: host: argocd-server.argocd.svc.cluster.local port: number: 80 + - destination: + host: argocd-server.argocd.svc.cluster.local + port: + number: 443