Operations Service
global:
namespace: <operations-service-namespace>
image:
tag: 2.34.0
configMap:
# -- Core Daemon URI
apiCoreDaemonBasePath: http://core-daemon.default.svc.cluster.local/
# -- Suggested sizing
resources:
## -- Limits
limits:
cpu: 1800m
memory: 2048Mi
## -- Requests
requests:
cpu: 100m
memory: 512MiLast updated
Was this helpful?