Skip to main content

Customization

Although the chart is designed to be massively tunable, here we just list the Helm values that are essential for deployment:

  • networkPolicies.enabled (bool, default true): Disable communication from outside of the namespace.

    You may want to change this if you do not allocate a dedicated namespace to Platform.

  • objectsVolume.size (size, default "8Gi"): The size to allocate for the objects volume.

    The objects volume stores all processed objects and their children. This should be large enough to accommodate for your ingestion flow. See also the next point.

  • gc.objectsMaxAgeMins (number, default 1440): The maximum age (in minutes) object data is retained.

    See also Data retention

  • console.create (bool, default false): Whether to create the Contextal Console deployment.

    info

    If you want to deploy Contextal Console, opt in here.

To list all values run:

helm show all oci://registry-1.docker.io/contextal/ctx-pipeline