Open jaspeen opened 5 months ago
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
.Values.service.port
http.addr: 0.0.0.0:80
Looks like port in service definition here should use
.Values.service.port
. Otherwise we can't configure port 80 for service becausehttp.addr: 0.0.0.0:80
gives permission error