2026-08-15 09:22:51 +02:00

20 lines
306 B
YAML

name: "a" # TODO: Remove this and use path instead
image:
repository: registry.bouvais.lu/tenant-jupyter
tag: "1.0.0"
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
cpu: "1"
memory: 2Gi
gpu:
enabled: true
type: "t4" # one of: none | t4 | a100 | l4
count: 1