Compare commits

..

8 Commits

4 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: time-slicing-config-all
namespace: gpu-operator
data:
any: |-
version: v1
flags:
migStrategy: none
sharing:
timeSlicing:
resources:
- name: nvidia.com/gpu
replicas: 4
# remember to patch the cluster policy to use this configmap
# kubectl patch clusterpolicy/cluster-policy -n gpu-operator --type merge -p '{"spec": {"devicePlugin": {"config": {"name": "time-slicing-config-all", "default": "any"}}}}'

View File

@@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: ollama chart: ollama
version: "1.24.0" version: "1.25.0"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: ollama name: ollama
@@ -31,8 +31,6 @@ spec:
- gemma3:4b - gemma3:4b
run: run:
- gemma3:4b - gemma3:4b
nodeSelector:
type: immich
service: service:
type: LoadBalancer type: LoadBalancer
port: 3210 port: 3210

View File

@@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: prometheus chart: prometheus
version: "27.28.2" version: "27.29.0"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: prometheus-community name: prometheus-community