imgproxy-helm
imgproxy-helm copied to clipboard
helm variable for higher service-port (e.g. 8080)
Currently the helm-chart sets the
- "Service" -port to 80 the internal app-container-port is 8080. I would appreciate the ability to set the "external" service Port to a higher port too.
In former time we used IMGPROXY_BIND=8080
How to change:
ressources.service.bind: 8080
default value can be (as now) "80" We can then use the service.bind port in the template
see too #163
issue-158-service-bind-port.txt Here a patch incl. doku