Application specification (API reference)
Overview of the applications specification yaml structure (application API reference)
Example
Example of how your application deployment might look like:
Spec API
Scheduling
Specification
Container
Exec
Auth
Devices
Synpse allows adding host device to the container, similarly how Docker API works. It is often necessary to directly expose devices to a container. The devices
config enables that. For example, a specific block storage device or loop device or audio device can be added to an otherwise unprivileged container and have the application directly access it.
Environment
Secret (file)
Secrets has its own API. This documentation is here for convenience as it is very closely tied to Application API
Last updated