This commit is contained in:
Roxedus 2022-06-06 01:10:29 +02:00
parent 61dcd42c0a
commit c39e514ff6
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -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