Volumes
Prodvana supports mounting external data into a service's file system as Volumes. For example, a service deployed to a Kubernetes runtime may need to mount a Kubernetes Secret
into its file system.
Supported Volume Sources
Runtime | Volume Sources |
---|---|
Kubernetes | - Kubernetes Secret objects |
ECS | None |
Configuring Volumes
Kubernetes Secret
Volumes
Secret
VolumesProdvana represents each Release Channel in Kubernetes as a namespace. By default the namespace will be named pvn-<application-name>-rc-<release-channel-name>
.
To use a Kubernetes Secret
as a volume source, it must be created in each namespace where it will be mounted.
Then when configuring a service, enter the secret name in the "Secret Name" field:

Updated 20 days ago