Compare commits
8 Commits
3f9befc75b
...
6198c375c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6198c375c1 | ||
| c6cfff59c7 | |||
| 839074ac93 | |||
| abd81e2996 | |||
| 51babb0bee | |||
| a9dd3587a2 | |||
|
|
d0396ed5ff | ||
|
|
746d90a291 |
18
cluster/helm/gpu-operator/gpu-operator-configmap.yml
Normal file
18
cluster/helm/gpu-operator/gpu-operator-configmap.yml
Normal 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"}}}}'
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user