diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-30 23:36:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-30 23:36:33 +0200 |
| commit | d05982e1cdf6a1c5c166b631c9c9b705550a576c (patch) | |
| tree | 2cde0ec83ccdbe8e7c9d3d960d55d9bcb55e6c0a /f3s/jellyfin | |
| parent | 2038f2f45b7ea6ca7b749abb9cbf9529fd0e7854 (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.yaml | 6 |
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 |
