added request and limit

Signed-off-by: maximilian.bartz <maximilian.bartz@phoenix-systems.ch>
This commit is contained in:
maximilian.bartz 2025-09-11 13:50:39 +02:00
parent d35d3f3cf9
commit 5dd1cb2f61
Signed by: maximilian.bartz
SSH key fingerprint: SHA256:1ka7Nkw8AVUOGlH5exj7gc/TpNrrKK44ZFzaXCynvnw

View file

@ -65,9 +65,11 @@ spec:
requests: requests:
memory: 8Gi memory: 8Gi
cpu: 4 cpu: 4
nvidia.com/gpu: "1"
limits: limits:
memory: 8Gi memory: 8Gi
cpu: 4 cpu: 4
nvidia.com/gpu: "1"
networks: networks:
- name: ingress - name: ingress
pod: {} pod: {}