fix(prometheus): enable hostNetworking and change port (#1969)

* fix(prometheus): enable hostNetworking and change port

* Update Chart.yaml

* Update default-ports.md

* Update values.yaml
This commit is contained in:
Kjeld Schouten-Lebbing
2022-02-26 01:37:32 +01:00
committed by GitHub
parent b8cf751c29
commit 1c337441fc
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -12,11 +12,13 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
| traefik | tcp | web | 9080 | HTTP | Adviced to be moved to port 80 |
| traefik | metrics | metrics | 9100 | HTTP | |
| traefik | tcp | websecure | 9443 | HTTPS | Adviced to be moved to port 443 |
| prometheus | node-exporter|node-exporter | 9910 | HTTP | |
| prometheus | main | main | 10086 | HTTP | |
| prometheus | alertmanager | alertmanager | 10087 | HTTP | |
| prometheus | promop | promop | 10089 | HTTP | |
| prometheus | thanos | thanos | 10901 | HTTP | |
## Stable, Games and Incubator Apps
| App | Service | Port Name | Port | Protocol | Note |