You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| deployer.app.config.agentResources.instancePerUnit | int |`1`| How many instance are created per single unit. An instance is a pod. |
@@ -93,6 +95,7 @@ Charts:
93
95
| deployer.app.config.agentResources.readinessProbeInitialDelaySeconds | int |`10`||
94
96
| deployer.app.config.agentResources.readinessProbePeriodSeconds | int |`30`||
95
97
| deployer.app.config.agentResources.readinessProbeTimeoutSeconds | int |`5`||
98
+
| deployer.app.config.agentResources.storageClassesMapping | object |`{}`| Storage class mapping between the disk 'type' and the Kubernetes storage class |
96
99
| deployer.app.config.appDeployerPodTemplate | object |`{"annotations":{},"nodeSelector":{},"tolerations":[]}`| Pod template for the job that deploys the application. It gets merged with podTemplate |
97
100
| deployer.app.config.clusterRuntime.kubernetes | object |`{}`| Configuration for the "kubernetes" cluster runtime |
0 commit comments