Storage class changes

This commit is contained in:
2025-12-11 08:28:18 +11:00
parent e85ce79d22
commit ddf8fbe8d6
2 changed files with 8 additions and 9 deletions

View File

@@ -49,14 +49,14 @@ ingress:
pms:
# -- The storage class to use when provisioning the pms config volume
# this needs to be created manually, null will use the default
storageClassName: crc-csi-hostpath-provisioner
storageClassName: local-nvme-retain
# -- The volume size to provision for the PMS database
configStorage: 2Gi
# -- Name of an existing `PersistentVolumeClaim` for the PMS database
# NOTE: When set, 'configStorage' and 'storageClassName' are ignored.
configExistingClaim: "plex-config"
#configExistingClaim: "plex-config"
# Providing both name and key will add in the PLEX_CLAIM environment variable
# with the correct secretKeyRef configuration
@@ -101,7 +101,8 @@ pms:
shareProcessNamespace: false
# -- Add kubernetes liveness probe to pms container.
livenessProbe: {}
livenessProbe:
{}
# httpGet:
# path: /identity
# port: 32400
@@ -111,7 +112,8 @@ pms:
# failureThreshold: 3
# -- Add kubernetes readiness probe to pms container.
readinessProbe: {}
readinessProbe:
{}
# httpGet:
# path: /identity
# port: 32400
@@ -305,8 +307,6 @@ extraVolumeMounts:
mountPath: /dev/dri
- name: pms
mountPath: /mnt/nfs
- name: host-volumes
mountPath: /opt/amdgpu/share/libdrm
# -- Optionally specify additional volumes for the pod.
extraVolumes:
@@ -318,9 +318,6 @@ extraVolumes:
- name: pms
persistentVolumeClaim:
claimName: plex
- name: host-volumes
hostPath:
path: /usr/share/libdrm
extraContainers: []
# extraContainers: