//Cloudogu EcoSystem Docs

CES-MN Exporter configuration

All available configuration values are described below.

Usage

The exporter can be configured directly during installation with valuesYamlOverwrite (see).

Available configuration values

Configuration key Description Default value
/env/logLevel logLevel defines the log level used. Possible values are: DEBUG, INFO, WARN, ERROR INFO
/env/basePath basePath defines the context path of the exporter ces-exporter
/env/exportCron exportCron defines the time in server time, when the exporter sets all dogus to export mode. The export mode is a prerequisite for the import.
/env/exportCronVerbose exportCronVerbose activates detailed logging for the activation of export mode true
/apiKey/secretName secretName contains the name of the secret in which the API key is stored ces-exporter-api
/apiKey/secretDataKey secretName contains the name of the key within the secret, which contains the actual API key of the exporter. apiKey
/publicKey/configMapName configMapName contains the name of the configmap that contains the public SSH key. ces-importer-public-key
/publicKey/configMapDataKey configMapName contains the name of the key within the configmap that contains the actual SSH key. publicKey
/publicKey/data data contains the public SSH key

values.yaml for reference

env:
 logLevel: info
 basePath: "/ces-exporter"
 exportCron: "*/5 * * * *"
 exportCronVerbose: true
apiKey:
 secretName: "ces-exporter-api"
 secretDataKey: "apiKey"
publicKey:
 configMapName: "ces-importer-public-key"
 configMapDataKey: "publicKey"
 data: ""