When we deployed the helm chart on ipv6 kubernetes cluster, the probe for nginx is failed because the pods listen only on ipv4 address In nginx.conf file , we need for ipv6: listen [::]:80;
When we deployed the helm chart on ipv6 kubernetes cluster, the probe for nginx is failed because the pods listen only on ipv4 address
In nginx.conf file , we need for ipv6:
listen [::]:80;