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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -28,7 +28,7 @@ sources:
- https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus - https://github.com/prometheus-operator/kube-prometheus
type: application type: application
version: 1.1.68 version: 1.1.69
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- metrics - metrics

View File

@ -1147,8 +1147,9 @@ exporters:
## @param node-exporter [object] Node Exporter deployment configuration ## @param node-exporter [object] Node Exporter deployment configuration
## ##
node-exporter: node-exporter:
hostNetwork: false
service: service:
port: 9910
targetPort: 9910
labels: labels:
jobLabel: node-exporter jobLabel: node-exporter
serviceMonitor: serviceMonitor:

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 | tcp | web | 9080 | HTTP | Adviced to be moved to port 80 |
| traefik | metrics | metrics | 9100 | HTTP | | | traefik | metrics | metrics | 9100 | HTTP | |
| traefik | tcp | websecure | 9443 | HTTPS | Adviced to be moved to port 443 | | 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 | main | main | 10086 | HTTP | |
| prometheus | alertmanager | alertmanager | 10087 | HTTP | | | prometheus | alertmanager | alertmanager | 10087 | HTTP | |
| prometheus | promop | promop | 10089 | HTTP | | | prometheus | promop | promop | 10089 | HTTP | |
| prometheus | thanos | thanos | 10901 | HTTP | | | prometheus | thanos | thanos | 10901 | HTTP | |
## Stable, Games and Incubator Apps ## Stable, Games and Incubator Apps
| App | Service | Port Name | Port | Protocol | Note | | App | Service | Port Name | Port | Protocol | Note |