From b2d76bf770d73d7a75e18ebb4683540671d81f52 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Tue, 9 Dec 2025 19:41:51 +1100 Subject: [PATCH] Added scc commands --- scc-updates.sh | 2 ++ values.yaml | 15 ++++++--------- 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100755 scc-updates.sh diff --git a/scc-updates.sh b/scc-updates.sh new file mode 100755 index 0000000..f7944c8 --- /dev/null +++ b/scc-updates.sh @@ -0,0 +1,2 @@ +oc create sa peanutflix-sa -n peanutflix +oc adm policy add-scc-to-user anyuid -z peanutflix-sa -n peanutflix diff --git a/values.yaml b/values.yaml index c064c99..0757d2c 100644 --- a/values.yaml +++ b/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: