I am facing
Warning [IST0137] (Deployment sample-petclinic/sample-petclinic-argocd-server) This deployment sample-petclinic-argocd-server is associated with multiple services [sample-petclinic/sample-petclinic-argocd-server sample-petclinic/sample-petclinic-argocd-server] using targetPort "8080" but different ports: [80 443].
This waring is caused by the ports on the argocd server
It is possible to remove this warning according to the doc, but argo-cd is installed via Helm and deployment/service (argo-cd server deployment and service) cannot be controlled.
These warnings disappear in version 1.20.0, but I want to fix it without waiting for the upgrade.
I can not disable https port from here, If I remove manually this port this warning will be removed so I need to disable this port using helm values or with another way
Warning [IST0137] (Deployment sample-bookinfo/sample-bookinfo-argocd-server) This deployment sample-bookinfo-argocd-server is associated with multiple services [sample-bookinfo/sample-bookinfo-argocd-server sample-bookinfo/sample-bookinfo-argocd-server] using targetPort "8080" but different ports: [80 443].
Checklist:
argocd version
.Describe the bug
I am anaylzing using
istioctl analyze -A
I am facing Warning [IST0137] (Deployment sample-petclinic/sample-petclinic-argocd-server) This deployment sample-petclinic-argocd-server is associated with multiple services [sample-petclinic/sample-petclinic-argocd-server sample-petclinic/sample-petclinic-argocd-server] using targetPort "8080" but different ports: [80 443]. This waring is caused by the ports on the argocd server
It is possible to remove this warning according to the doc, but argo-cd is installed via Helm and deployment/service (argo-cd server deployment and service) cannot be controlled.
These warnings disappear in version 1.20.0, but I want to fix it without waiting for the upgrade.
I can not disable https port from here, If I remove manually this port this warning will be removed so I need to disable this port using helm values or with another way
Screenshots
Version
Logs