Skip to content

Commit

Permalink
fix(prometheus): enable hostNetworking and change port (#1969)
Browse files Browse the repository at this point in the history
* fix(prometheus): enable hostNetworking and change port

* Update Chart.yaml

* Update default-ports.md

* Update values.yaml
  • Loading branch information
Ornias1993 committed Feb 26, 2022
1 parent b8cf751 commit 1c33744
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/core/prometheus/Chart.yaml
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion charts/core/prometheus/values.yaml
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions docs/manual/default-ports.md
Expand Up @@ -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 |
Expand Down

0 comments on commit 1c33744

Please sign in to comment.