change ersatztv config path
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 15s
renovate / renovate (push) Successful in 4m53s

This commit is contained in:
2026-01-01 19:06:27 +05:30
parent 7e0abca0ab
commit 163dd25dcd

View File

@@ -23,11 +23,9 @@ spec:
- containerPort: 8409 - containerPort: 8409
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /root/.local/share/ersatztv mountPath: /config
- name: i915 - name: i915
mountPath: /dev/dri/ mountPath: /dev/dri/
- name: transcode
mountPath: /root/.local/share/etv-transcode
- name: merge - name: merge
mountPath: /mnt/merge mountPath: /mnt/merge
securityContext: securityContext:
@@ -48,5 +46,3 @@ spec:
nfs: nfs:
server: 10.0.0.123 server: 10.0.0.123
path: /merge path: /merge
- name: transcode
emptyDir: {}