This commit is contained in:
Roxedus 2022-06-06 01:28:36 +02:00
parent 8298bc8fef
commit 8b3a5ac2a1
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -28,13 +28,13 @@ spec:
value: Europe/Oslo
ports:
- containerPort: 5055
# volumeMounts:
# - name: vol
# mountPath: /app/config
# volumes:
# - name: vol
# persistentVolumeClaim:
# claimName: overseerr-pvc
volumeMounts:
- name: vol
mountPath: /app/config
volumes:
- name: vol
persistentVolumeClaim:
claimName: overseerr-pvc
---
apiVersion: v1
kind: Service