@norskvideo/ctl-commands 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/commands.d.ts +4 -0
- package/package.json +1 -1
package/commands.d.ts
CHANGED
|
@@ -88,6 +88,10 @@ export interface InstanceLaunchTemplateOpts {
|
|
|
88
88
|
hostPorts?: string[];
|
|
89
89
|
hardware?: HardwareProfile;
|
|
90
90
|
sidecars?: string[];
|
|
91
|
+
/** Operator environment overrides — compose files setting `environment` /
|
|
92
|
+
* `env_file` on services that already exist. Separate from `sidecars`,
|
|
93
|
+
* which adds services that run. */
|
|
94
|
+
overrides?: string[];
|
|
91
95
|
cpuPinning?: number[];
|
|
92
96
|
cpuCount?: number;
|
|
93
97
|
containerUser?: string;
|