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:
parent
b8cf751c29
commit
1c337441fc
|
@ -28,7 +28,7 @@ sources:
|
|||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
type: application
|
||||
version: 1.1.68
|
||||
version: 1.1.69
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
|
|
@ -1147,8 +1147,9 @@ exporters:
|
|||
## @param node-exporter [object] Node Exporter deployment configuration
|
||||
##
|
||||
node-exporter:
|
||||
hostNetwork: false
|
||||
service:
|
||||
port: 9910
|
||||
targetPort: 9910
|
||||
labels:
|
||||
jobLabel: node-exporter
|
||||
serviceMonitor:
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue