mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
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:
+19
-3
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
limits:
|
||||
cpu: 10000m
|
||||
memory: 12Gi
|
||||
nvidia.com/gpu: "1"
|
||||
# nvidia.com/gpu: "1"
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: plex-env
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@ cluster:
|
||||
name: gauss
|
||||
id: 0
|
||||
|
||||
k8sServiceHost: "192.168.1.12"
|
||||
k8sServiceHost: "192.168.1.50"
|
||||
k8sServicePort: "6443"
|
||||
|
||||
kubeProxyReplacement: true
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user