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