numaproj / helm-charts

Helm charts for the Numaproj ecosystem projects.
Apache License 2.0
4 stars 3 forks source link

Incorrect port and scheme when `server.insecure` is true. #10

Closed whynowy closed 5 months ago

whynowy commented 5 months ago

If server.insecure: "true" is set ( without setting server.port), the default port should be 8080, scheme and port for livenessProbe should also be updated.

whynowy commented 5 months ago

Also the port and targetPort in numaflow-server Service object need to be updated.