Skip to content

Commit

Permalink
rm prometheus setting from values
Browse files Browse the repository at this point in the history
  • Loading branch information
salkrr committed Dec 4, 2024
1 parent e3c478d commit ae612f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion charts/keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ See the [documentation](https://docs.2gis.com/en/on-premise/keys) to learn about
| `dispatcher.cleaner.nodeSelector` | Kubernetes [node selectors](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector). | `{}` |
| `counter.enabled` | Counter worker is enabled. | `false` |
| `counter.replicas` | A replica count for the pod. | `1` |
| `counter.prometheus.scrape` | If Prometheus scrape is enabled. | `true` |
| `counter.resources.requests.cpu` | A CPU request. | `20m` |
| `counter.resources.requests.memory` | A memory request. | `32Mi` |
| `counter.resources.limits.cpu` | A CPU limit. | `1000m` |
Expand Down
5 changes: 0 additions & 5 deletions charts/keys/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,11 +447,6 @@ counter:

replicas: 1

# @param counter.prometheus.scrape If Prometheus scrape is enabled.

prometheus:
scrape: true

# @param counter.resources.requests.cpu A CPU request.
# @param counter.resources.requests.memory A memory request.
# @param counter.resources.limits.cpu A CPU limit.
Expand Down

0 comments on commit ae612f5

Please sign in to comment.