chore(gpu): Disable GPU for Plex and Jellyfin

Have to figure out PCI/GPU passthrough in Proxmox before it's turned on again
This commit is contained in:
Vegard Hagen
2024-02-17 20:30:03 +01:00
parent 83b0c98dc6
commit f01b32c878
6 changed files with 25 additions and 16 deletions
+19 -3
View File
@@ -1,5 +1,21 @@
.idea
charts/example
**/cilium/charts
**/traefik/charts
secret.yaml
**/infra/*/charts
*secret*.yaml
**/.terraform/*
*.tfstate
*.tfstate.*
*.tfvars
*.tfvars.json
*.lock.hcl
override.tf
override.tf.json
*_override.tf
*_override.tf.json
*.qcow2
+3 -4
View File
@@ -23,9 +23,8 @@ spec:
- configMapRef:
name: jellyfin-env
ports:
- name: dns-tcp
containerPort: 53
protocol: TCP
- name: http
containerPort: 8096
resources:
requests:
cpu: 2000m
@@ -33,7 +32,7 @@ spec:
limits:
cpu: 10000m
memory: 12Gi
nvidia.com/gpu: "1"
# nvidia.com/gpu: "1"
volumeMounts:
- name: config
mountPath: /config
+1 -1
View File
@@ -20,7 +20,7 @@ spec:
limits:
cpu: 10000m
memory: 12Gi
nvidia.com/gpu: "1"
# nvidia.com/gpu: "1"
envFrom:
- configMapRef:
name: plex-env
+1 -1
View File
@@ -9,7 +9,7 @@ resources:
helmCharts:
- name: cilium
repo: https://helm.cilium.io
version: 1.15.0-rc.0
version: 1.15.0
releaseName: "cilium"
includeCRDs: true
namespace: kube-system
+1 -1
View File
@@ -2,7 +2,7 @@ cluster:
name: gauss
id: 0
k8sServiceHost: "192.168.1.12"
k8sServiceHost: "192.168.1.50"
k8sServicePort: "6443"
kubeProxyReplacement: true
-6
View File
@@ -1,9 +1,3 @@
deployment:
dnsConfig:
nameservers:
- 192.168.1.153
- 192.168.1.154
service:
annotations:
io.cilium/lb-ipam-ips: 192.168.1.142