Namespace-Config

There are various customizations you can do to tailor the deployment of OpenStack Namespace-Config. You can find those below.

General Parameters

  • extraObjects

    • Type: object

    • Description: Extra K8s manifests to deploy. Either a list or a map of manifests. # Note: Supports use of custom Helm templates # Note: Helm replaces (instead of merging) list values when several values # files are combined, so if you need to define extraObjects in more than one # overrides file, use the map form and make sure the keys are unique across # those files. With the list form only the last file takes effect.

    • {}

  • limits[0].default.cpu

    • Type: int

    • Description:

    • 8

  • limits[0].default.memory

    • Type: string

    • Description:

    • “8192Mi”

  • limits[0].defaultRequest.cpu

    • Type: float

    • Description:

    • 0.1

  • limits[0].defaultRequest.memory

    • Type: string

    • Description:

    • “64Mi”

  • limits[0].type

    • Type: string

    • Description:

    • “Container”