[bitnami/spring-cloud-dataflow] Add metrics resources to README.md (#5234)

This commit is contained in:
Edgar Asatryan
2021-01-26 14:27:46 +04:00
committed by GitHub
parent 29de3cdaa7
commit 94025694eb
3 changed files with 13 additions and 1 deletions

View File

@@ -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

View File

@@ -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` |

View 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
##