summaryrefslogtreecommitdiff
path: root/f3s/jellyfin
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-30 23:36:33 +0200
committerPaul Buetow <paul@buetow.org>2026-01-30 23:36:33 +0200
commitd05982e1cdf6a1c5c166b631c9c9b705550a576c (patch)
tree2cde0ec83ccdbe8e7c9d3d960d55d9bcb55e6c0a /f3s/jellyfin
parent2038f2f45b7ea6ca7b749abb9cbf9529fd0e7854 (diff)
fix: correct YAML indentation in jellyfin deployment template
Amp-Thread-ID: https://ampcode.com/threads/T-019c10d5-2936-7279-9183-9efde70ab11c Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'f3s/jellyfin')
-rw-r--r--f3s/jellyfin/helm-chart/templates/deployment.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/f3s/jellyfin/helm-chart/templates/deployment.yaml b/f3s/jellyfin/helm-chart/templates/deployment.yaml
index 595f7f5..722dfb9 100644
--- a/f3s/jellyfin/helm-chart/templates/deployment.yaml
+++ b/f3s/jellyfin/helm-chart/templates/deployment.yaml
@@ -27,9 +27,9 @@ spec:
cpu: 2000m
memory: 2Gi
volumeMounts:
- - name: jellyfin-config
- mountPath: /config
- volumes:
+ - name: jellyfin-config
+ mountPath: /config
+ volumes:
- name: jellyfin-config
persistentVolumeClaim:
claimName: jellyfin-pvc