This commit is contained in:
Stavros kois
2023-02-09 19:24:48 +02:00
parent 7b41f68a2e
commit 20da841c7d
3 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
workload:
main:
enabled: true
podSpec:
containers:
main:
enabled: false
service:
main:

View File

@@ -5,6 +5,10 @@
workload:
main:
enabled: false
podSpec:
containers:
main:
enabled: false
service:
main:

View File

@@ -98,7 +98,6 @@ containerOptions:
NVIDIA_CAPS:
- all
# -- Options for all pods
# Can be overruled per pod
podOptions:
@@ -455,6 +454,8 @@ workload:
main:
# -- Enables the container
enabled: true
# -- Sets the container as primary
primary: true
# -- Container image
imageSelector: ""
tty: false