imgproxy-helm
imgproxy-helm copied to clipboard
`features.miscellaneous.stripMetadata` was listed twice.
## Summary This pull request introduces custom settings for podSecurityContext and containerSecurityContext to ensure compatibility with restricted Pod Security Admission levels. By adjusting the security context configurationsat the pod and...
@DarthSim has just updated the [Configuration](https://docs.imgproxy.net/configuration/options) part of the documentation. Please, check [the difference](https://github.com/imgproxy/imgproxy-docs/commit/ec035e10dfc52c4f0ec8eeb7069a67281b2eca00) and make the necessary changes in the Helm chart.
… issue #158, refs #158 The service bind port is now configurable. In Docker the default exposal port was 8080, but since we use in k8s/helm environment service port 80,...
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...
@DarthSim has just updated the [Configuration](https://docs.imgproxy.net/configuration/options) part of the documentation. Please, check [the difference](https://github.com/imgproxy/imgproxy-docs/commit/bdf1f4ee059b5427fc20a729212f5c235975c7da) and make the necessary changes in the Helm chart.
The chart offers support for `resources.ingress.className` but that is not referenced in the documentation.
It would be nice if the defaults of this helm charts would match the defaults of the docker image. It took some time to figure out why things were not...