diff --git a/helm/argocd/templates/destinationrule.yaml b/helm/argocd/templates/destinationrule.yaml index 1f864df..e04d01e 100644 --- a/helm/argocd/templates/destinationrule.yaml +++ b/helm/argocd/templates/destinationrule.yaml @@ -4,6 +4,7 @@ metadata: name: argocd-backend-https spec: host: argocd-server.argocd.svc.cluster.local + port: 80 trafficPolicy: tls: insecureSkipVerify: true diff --git a/helm/argocd/templates/virtualservice.yaml b/helm/argocd/templates/virtualservice.yaml index ff4feb1..4cd598c 100644 --- a/helm/argocd/templates/virtualservice.yaml +++ b/helm/argocd/templates/virtualservice.yaml @@ -14,4 +14,4 @@ spec: - destination: host: argocd-server.argocd.svc.cluster.local port: - number: 443 + number: 80