Metrics Collector
Database Connection and sizing
global:
namespace: <metrics-collector-namespace>
image:
tag: 1.5.0
configMap:
springDatasource:
url: jdbc:postgresql://<hostname>:5432/<dbName>
# -- Suggested sizing
resources:
## -- Limits
limits:
cpu: 1800m
memory: 2048Mi
## -- Requests
requests:
cpu: 100m
memory: 700Mi
Last updated
Was this helpful?