Parameters

The parent key for all of the following parameters is cloud_portal.

namespace

type

string

default

appuio-cloud-portal

The namespace in which to deploy this component.

release_name

type

string

default

cloud-portal

The name under which the helm chart is deployed.

images.cloud-portal

type

dict

default

See class/defaults.yml

The container image to use for the cloud portal deployment. The contents of this parameter are passed to the Helm chart in value image.

charts.cloud-portal.source

type

string

default

charts.appuio.ch

The Helm repository for the cloud-portal Helm chart.

charts.cloud-portal.version

type

string

example

See class/defaults.yml

The version to use for the cloud-portal Helm chart.

helm_values

type

object

Allows setting additional values for the Cloud Portal Helm chart.

Example

cloud_portal:
  helm_values:
    replicaCount: 2
    route:
      enabled: true
      host: portal.appuio.example
    portal:
      config:
        issuer: https://portal.appuio.example/auth/realms/appuio-cloud
        clientId: appuio-control-api
      env:
        APPUIO_API: https://portal.appuio.example/