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
volumeMounts:
- name: data
mountPath: /root/.local/share/ersatztv
mountPath: /config
- name: i915
mountPath: /dev/dri/
- name: transcode
mountPath: /root/.local/share/etv-transcode
- name: merge
mountPath: /mnt/merge
securityContext:
@@ -48,5 +46,3 @@ spec:
nfs:
server: 10.0.0.123
path: /merge
- name: transcode
emptyDir: {}