You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like port in service definition here should use .Values.service.port.
Otherwise we can't configure port 80 for service because http.addr: 0.0.0.0:80 gives permission error
Looks like port in service definition here should use
.Values.service.port.Otherwise we can't configure port 80 for service because
http.addr: 0.0.0.0:80gives permission error