Skip to main content
While you can configure deployments using command-line flags, we strongly recommend using a deployment.yaml file for all production workloads. This allows you to manage your infrastructure as code, ensuring consistency and enabling a GitOps workflow. To use a configuration file, pass its path using the --config-file flag:

Configuration Reference

The following example shows all available parameters for a deployment.yaml file, with detailed inline documentation. You can use this as a reference and a starting point for your own configurations. The config file should be a YAML file with the following structure. All keys below are optional. If not provided, the default values will be used.
You can also use cli flags along with the config file. The options in config.yaml take more precedence than cli flags.