Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Security redesign to run as non-root and restrict permissions (#39)
- Restricted permissions on objects to strictly required verbs - Modified application to run as non-root and on a non-standard http port (cannot use <1024 port due to root permission requirements) - Updated chart to api version 2 (Helm 3) - Cert-manager extension is no longer optional (does not interfere with operations if cert-manager is not installed) - Updated README - Fixed referenced version in static manifests
- Loading branch information