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 value: Europe/Oslo
ports: ports:
- containerPort: 5055 - containerPort: 5055
volumeMounts: # volumeMounts:
- name: vol # - name: vol
mountPath: /app/config # mountPath: /app/config
volumes: # volumes:
- name: vol # - name: vol
persistentVolumeClaim: # persistentVolumeClaim:
claimName: overseerr-pvc # claimName: overseerr-pvc
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service