Advanced Configuration
This section covers advanced configuration options for Digital.ai Release on Kubernetes. Use these guides when you need to go beyond the default setup, such as mounting custom configuration files, connecting to an external database, or managing secrets.
The Release configuration is managed through the conf directory. You can customize it by mounting persistent volumes with your own configuration files, migrating to an external database for production workloads, or using secret references in the custom resource file to keep sensitive data out of plain text.
Key Topics
- Customize Your Site: Customize Digital.ai Release by mounting custom configuration files and adjusting site-level settings.
- Mounting Persistent Volumes: Mount persistent volumes to store and manage custom configuration files for Release.
- Using an External Database: Migrate from the built-in database to an external PostgreSQL database.
- Using Secret References in CR: Use Kubernetes secret references in the CR file to manage sensitive configuration values securely.