Operations Service

To correctly set up this service the cluster’s internal endpoint is required to allow Operations Service to connect to Node Persistence. As above, the default values are usually enough, unless each service is deployed in its own dedicated namespace:

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: 512Mi

Last updated

Was this helpful?