vol
This commit is contained in:
parent
61dcd42c0a
commit
c39e514ff6
@ -16,7 +16,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- image: ghcr.io/sct/overseerr:1.29.1
|
- image: ghcr.io/sct/overseerr:1.29.1
|
||||||
name: overseerr
|
name: overseerr
|
||||||
# resources:
|
resources: {}
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: "800m"
|
# cpu: "800m"
|
||||||
# memory: "100Mi"
|
# memory: "100Mi"
|
||||||
@ -28,6 +28,13 @@ spec:
|
|||||||
value: Europe/Oslo
|
value: Europe/Oslo
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5055
|
- containerPort: 5055
|
||||||
|
volumeMounts:
|
||||||
|
- name: vol
|
||||||
|
mountPath: /app/config
|
||||||
|
volumes:
|
||||||
|
- name: vol
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: overseerr-pvc
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
Loading…
Reference in New Issue
Block a user