review wrong service port in pushgateway readme (#4679)

* review wrong service port in pushgateway readme

* Update Chart.yaml
This commit is contained in:
Giancarlo Rubio
2018-04-04 04:25:07 -07:00
committed by k8s-ci-robot
parent 2040a07526
commit e5fa477e94
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 | `{}` |