From e5fa477e9449c47088c3d94fd14ed66720fc47ed Mon Sep 17 00:00:00 2001 From: Giancarlo Rubio Date: Wed, 4 Apr 2018 13:25:07 +0200 Subject: [PATCH] review wrong service port in pushgateway readme (#4679) * review wrong service port in pushgateway readme * Update Chart.yaml --- stable/prometheus-pushgateway/Chart.yaml | 2 +- stable/prometheus-pushgateway/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/prometheus-pushgateway/Chart.yaml b/stable/prometheus-pushgateway/Chart.yaml index 9b1c041aaf..0130e6d6b2 100644 --- a/stable/prometheus-pushgateway/Chart.yaml +++ b/stable/prometheus-pushgateway/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.4.0" description: A Helm chart for prometheus pushgateway name: prometheus-pushgateway -version: 0.1.0 +version: 0.1.1 home: https://github.com/prometheus/pushgateway sources: - https://github.com/prometheus/pushgateway diff --git a/stable/prometheus-pushgateway/README.md b/stable/prometheus-pushgateway/README.md index 459b396edb..97226ceb36 100644 --- a/stable/prometheus-pushgateway/README.md +++ b/stable/prometheus-pushgateway/README.md @@ -50,8 +50,8 @@ The following table lists the configurable parameters of the pushgateway chart a | `resources` | CPU/Memory resource requests/limits | `{}` | | `replicaCount` | Number of replicas | `1` | | `service.type` | Service type | `ClusterIP` | -| `service.port` | The service port | `9100` | -| `service.targetPort` | The target port of the container | `9100` | +| `service.port` | The service port | `9091` | +| `service.targetPort` | The target port of the container | `9091` | | `serviceAccount.create` | Specifies whether a service account should be created. | `true` | | `serviceAccount.name` | Service account to be used. If not set and `serviceAccount.create` is `true`, a name is generated using the fullname template | | | `tolerations` | List of node taints to tolerate | `{}` |