Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(helm): correct port for port-forward is 8080 (#1178)
Fix port displayed at the end of the helm release. It displays `{{ .Values.service.port }}` which is `80` per default, it should be `8080`.
- Loading branch information