Overview deprecated

OX Appsuite Toolkit Container

Starting

App Suite comes with a Kubernetes Deployment for the Toolkit Container, which is scaled down to zero replicas by default when starting. Therefore, no Toolkit Container is running by default. See Starting for a description of how to start and use the OX App Suite Toolkit Container.

Configuration

Secrets

The secrets utilized for pulling the Toolkit Container's images can be configured using the "imagePullSecrets" property.

# App Suite Stack Chart Configuration
appsuite:
  appsuite-toolkit:
    imagePullSecrets:
      - name: <secret>

Disable

If you don't want the Toolkit Container Deployment to start with the App Suite, you can disable it by setting the "enabled" property to false.

# App Suite Stack Chart Configuration
appsuite:
  appsuite-toolkit:
    enabled: false