Information Service
Details of how to provide advanced configuration for the Information Service.
ReplicaCount and Resources
The Information Service can be tuned to allow the user to better align against available resources
information-service:
replicaCount: 1
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
variable | type | default | description |
---|---|---|---|
replicaCount |
int |
3 |
No. of Information Service pods to run |
resources.requests.cpu |
string |
100m |
Requested CPU for the Information Service |
resources.requests.memory |
string |
128Mi |
Requested memory for the Information Service |
resources.limits.cpu |
string |
250m |
Max CPU given to Information Service |
resources.limits.memory |
string |
128Mi |
Max Memory given to Information Service |