Skip to main content

Platform settings

Object Storage

note

Object Storage needs to be configured to be able to use Velero and create database backups. See the backup section.

important

To prevent loss of data it is advised to configure Object Storage before activating apps that use Object Storage (like Loki, Harbor and Tempo).

Providers

Select between one of the following Object Storage Providers:

  • Disabled (default): No provider is configured. Apps that can use Object Storage will instead be configured to use persistent volumes.

  • Minio Local: Use the local self-hosted minio instance in APL. When Minio Local is selected, Minio app also needs to be enabled.

  • Linode: Use Linode Object Storage.

Linode

SettingDescription
regionThe name of the Linode region (Datacenter ID) where the buckets are created. See here for all Linode Datacenter IDs
accessKeyIdThe Id of the access key with read/write permissions for all buckets
secretAccessKeyThe secret of the access key used

Buckets

The preferred bucket names to be used for each app

BucketDescription
lokiBucket used to store Loki logs
cnpgBucket used to store backups of databases
veleroBucket used to store backups of Perstent Volumes by Velero
harborBucket used to store images of private registries in Harbor
tempoBucket used to store Tempo traces