Automated Manifest Update (#3313)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #3313 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3313.
This commit is contained in:
@@ -61,11 +61,16 @@ spec:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
- mountPath: /audiobooks
|
||||||
|
name: audiobooks
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: config
|
name: config
|
||||||
- mountPath: /ingest
|
- mountPath: /ingest
|
||||||
name: ingest
|
name: ingest
|
||||||
volumes:
|
volumes:
|
||||||
|
- name: audiobooks
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: shelfmark-audiobooks-nfs-storage
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: shelfmark
|
claimName: shelfmark
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolume
|
||||||
|
metadata:
|
||||||
|
name: shelfmark-audiobooks-nfs-storage
|
||||||
|
namespace: shelfmark
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: shelfmark-audiobooks-nfs-storage
|
||||||
|
app.kubernetes.io/instance: shelfmark
|
||||||
|
app.kubernetes.io/part-of: shelfmark
|
||||||
|
spec:
|
||||||
|
persistentVolumeReclaimPolicy: Retain
|
||||||
|
storageClassName: nfs-client
|
||||||
|
capacity:
|
||||||
|
storage: 1Gi
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteMany
|
||||||
|
nfs:
|
||||||
|
path: /volume2/Storage/Audiobooks
|
||||||
|
server: synologybond.alexlebens.net
|
||||||
|
mountOptions:
|
||||||
|
- vers=4
|
||||||
|
- minorversion=1
|
||||||
|
- noac
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
name: shelfmark-audiobooks-nfs-storage
|
||||||
|
namespace: shelfmark
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: shelfmark-audiobooks-nfs-storage
|
||||||
|
app.kubernetes.io/instance: shelfmark
|
||||||
|
app.kubernetes.io/part-of: shelfmark
|
||||||
|
spec:
|
||||||
|
volumeName: shelfmark-audiobooks-nfs-storage
|
||||||
|
storageClassName: nfs-client
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteMany
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 1Gi
|
||||||
Reference in New Issue
Block a user