Storage class changes
This commit is contained in:
2
scc-updates.sh
Executable file
2
scc-updates.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
oc create sa peanutflix-sa -n peanutflix
|
||||
oc adm policy add-scc-to-user anyuid -z peanutflix-sa -n peanutflix
|
||||
15
values.yaml
15
values.yaml
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user