mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
review wrong service port in pushgateway readme (#4679)
* review wrong service port in pushgateway readme * Update Chart.yaml
This commit is contained in:
committed by
k8s-ci-robot
parent
2040a07526
commit
e5fa477e94
@@ -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
|
||||
|
||||
@@ -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 | `{}` |
|
||||
|
||||
Reference in New Issue
Block a user