|
@@ -6,13 +6,26 @@ image:
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "testing"
|
|
tag: "testing"
|
|
|
|
|
|
|
|
+# Restart / Update policy
|
|
|
|
+restartPolicy: Always
|
|
|
|
+updateStrategy: RollingUpdate
|
|
|
|
+
|
|
# Container CMD / entrypoint
|
|
# Container CMD / entrypoint
|
|
-containerCommand: []
|
|
|
|
-containerArgs: []
|
|
|
|
|
|
+containerCommand:
|
|
|
|
+ - sleep
|
|
|
|
+containerArgs:
|
|
|
|
+ - infinity
|
|
containerEnvironmentVariables: []
|
|
containerEnvironmentVariables: []
|
|
|
|
|
|
# Network related configuration
|
|
# Network related configuration
|
|
externalInterfaces: []
|
|
externalInterfaces: []
|
|
|
|
+portForwardingList: []
|
|
|
|
+hostPortsList: []
|
|
|
|
+hostNetwork: false
|
|
|
|
+dnsPolicy: Default
|
|
|
|
+dnsConfig:
|
|
|
|
+ nameservers: []
|
|
|
|
+ searches: []
|
|
|
|
|
|
# Storage related configuration
|
|
# Storage related configuration
|
|
hostPathVolumes: []
|
|
hostPathVolumes: []
|
|
@@ -21,3 +34,8 @@ volumes: []
|
|
# Probes
|
|
# Probes
|
|
# Liveness Probe
|
|
# Liveness Probe
|
|
livenessProbe: null
|
|
livenessProbe: null
|
|
|
|
+
|
|
|
|
+# Workload type
|
|
|
|
+workloadType: "Deployment"
|
|
|
|
+
|
|
|
|
+gpuConfiguration: {}
|