Operations Service
global:
namespace: <operations-service-namespace>
image:
tag: 2.23.0
configMap:
# -- Node Persistence URI
apiNodePersistenceBasePath: http://node-persistence
# -- Core Daemon URI
apiCoreDaemonBasePath: http://core-daemon
# -- Suggested sizing
resources:
## -- Limits
limits:
cpu: 1800m
memory: 2048Mi
## -- Requests
requests:
cpu: 100m
memory: 512MiLast updated
Was this helpful?