This commit is contained in:
Roxedus 2022-06-06 01:24:45 +02:00
parent c39e514ff6
commit 8298bc8fef
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