summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--f3s/jellyfin/helm-chart/templates/deployment.yaml38
1 files changed, 19 insertions, 19 deletions
diff --git a/f3s/jellyfin/helm-chart/templates/deployment.yaml b/f3s/jellyfin/helm-chart/templates/deployment.yaml
index ea3c43f..f450d3b 100644
--- a/f3s/jellyfin/helm-chart/templates/deployment.yaml
+++ b/f3s/jellyfin/helm-chart/templates/deployment.yaml
@@ -14,25 +14,25 @@ spec:
app: jellyfin-server
spec:
containers:
- - name: jellyfin
- image: jellyfin/jellyfin:10.8.13
- ports:
- - containerPort: 8096
- name: http
- resources:
- requests:
- cpu: 100m
- memory: 256Mi
- limits:
- cpu: 2000m
- memory: 2Gi
- volumeMounts:
- - name: jellyfin-config
- mountPath: /config
- volumes:
- - name: jellyfin-config
- persistentVolumeClaim:
- claimName: jellyfin-pvc
+ - name: jellyfin
+ image: jellyfin/jellyfin:10.8.13
+ ports:
+ - containerPort: 8096
+ name: http
+ resources:
+ requests:
+ cpu: 100m
+ memory: 256Mi
+ limits:
+ cpu: 2000m
+ memory: 2Gi
+ volumeMounts:
+ - name: jellyfin-config
+ mountPath: /config
+ volumes:
+ - name: jellyfin-config
+ persistentVolumeClaim:
+ claimName: jellyfin-pvc
---
apiVersion: v1
kind: Service