Closed sdaberdaku closed 1 month ago
I just noticed that .Values.server.config.http.port is never used. I think the Service port is used instead, which might not be the formally correct.
.Values.server.config.http.port
I also just checked, and I agree, we should remove the http section from .Values.server.config.
http
.Values.server.config
I just noticed that
.Values.server.config.http.port
is never used. I think the Service port is used instead, which might not be the formally correct.