Compare commits

...

2 commits

Author SHA1 Message Date
6ac7947229 feat(docker-image)!: Update nginx Docker tag to v21 2025-09-29 13:38:19 +00:00
4f54b0768e Remove GPU 2025-09-29 14:49:55 +02:00
2 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: nginx chart: nginx
version: 19.1.1 version: 21.1.23
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bitnami name: bitnami

View file

@ -18,7 +18,7 @@ spec:
#sourceRef: #sourceRef:
#kind: DataSource #kind: DataSource
#name: win2k22 #name: win2k22
#namespace: kubevirt-os-images #namespace: openshift-virtualization-os-images
runStrategy: Always runStrategy: Always
template: template:
metadata: metadata:
@ -38,9 +38,9 @@ spec:
bootloader: bootloader:
efi: {} efi: {}
devices: devices:
gpus: #gpus:
- name: gpu01 #- name: gpu01
deviceName: nvidia.com/gpu #deviceName: nvidia.com/gpu
rng: {} rng: {}
networkInterfaceMultiqueue: true networkInterfaceMultiqueue: true
interfaces: interfaces:
@ -68,7 +68,7 @@ spec:
limits: limits:
memory: 8Gi memory: 8Gi
cpu: 4 cpu: 4
nvidia.com/gpu: 1 #nvidia.com/gpu: 1
networks: networks:
- name: ingress - name: ingress
pod: {} pod: {}