mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/spring-cloud-dataflow] Add metrics resources to README.md (#5234)
This commit is contained in:
@@ -39,4 +39,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-skipper
|
||||
- https://dataflow.spring.io/
|
||||
version: 2.5.3
|
||||
version: 2.5.4
|
||||
|
||||
@@ -233,6 +233,8 @@ The following tables lists the configurable parameters of the Spring Cloud Data
|
||||
| `metrics.image.tag` | Prometheus Rsocket Proxy image tag | `{TAG_NAME}` |
|
||||
| `metrics.image.pullPolicy` | Prometheus Rsocket Proxy image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
|
||||
| `metrics.resources.limits` | The resources limits for the Prometheus Rsocket Proxy container | `{}` |
|
||||
| `metrics.resources.requests` | The requested resources for the Prometheus Rsocket Proxy container | `{}` |
|
||||
| `metrics.kafka.service.httpPort` | Prometheus Rsocket Proxy HTTP port | `8080` |
|
||||
| `metrics.kafka.service.rsocketPort` | Prometheus Rsocket Proxy Rsocket port | `8080` |
|
||||
| `metrics.kafka.service.annotations` | Annotations for Prometheus Rsocket Proxy service | `Check values.yaml file` |
|
||||
|
||||
@@ -804,6 +804,16 @@ metrics:
|
||||
##
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
## Prometheus Rsocket Proxy containers' resource requests and limits.
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
##
|
||||
resources:
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
||||
limits: {}
|
||||
requests: {}
|
||||
service:
|
||||
## Prometheus Rsocket Proxy HTTP port
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user