Axual Governance helm charts reference

Introduction to Axual Governance helm charts

Axual Governance allows us to set up all the Axual components defining the governance layer, namely:

  • MySQL

  • Keycloak

  • Platform Manager

  • Hashicorp Vault

  • Topic Browse

  • Organization Manager

  • API Gateway

  • Platform UI

  • Metrics Exposer

Enabling components

You can decide which components to enable in your values.yaml file in the following way.

values.yaml
global:

  platform-manager-mysql:
    enabled: true

  keycloak-mysql:
    enabled: true

  keycloak:
    enabled: true

  platform-manager:
    enabled: true

  platform-manager-vault:
    enabled: true

  topic-browse:
    enabled: true

  organization-mgmt:
    enabled: true

  api-gateway:
    enabled: true

  platform-ui:
    enabled: true

  metrics-exposer:
    enabled: false

Configuring components