mittwald / kube-httpcache

Varnish Reverse Proxy on Kubernetes
MIT License
298 stars 73 forks source link

Wrong definition for service ports in README #127

Closed mariuseliassen closed 2 years ago

mariuseliassen commented 2 years ago

Describe the bug The README.md in the repository has wrong port definitions for the cache-service. It states that service should map port 80 to target port 80, while it should in fact map port 80 to target port 8080.

To Reproduce Follow instructions in README.md to setup kubernetes using YAML files (not helm). Starting up the kubernetes cluster works fine, but accessing the service on port 80 results in connection refused on pod <xxxx> port 80.

Expected behavior README.md should have correct examples

Environment:

Configuration not relevant

Additional context Not relevant

mittwald-machine commented 2 years ago

There has not been any activity to this issue in the last 14 days. It will automatically be closed after 7 more days. Remove the stale label to prevent this.

martin-helmich commented 2 years ago

Apologies, this should not have gotten stale. 🙏 Thanks for the report, the README indeed seems to be inaccurate.