Added scc commands
Some checks failed
Helm Publish / publish (push) Failing after 2m16s

This commit is contained in:
2025-12-09 19:41:51 +11:00
parent e85ce79d22
commit b2d76bf770
2 changed files with 8 additions and 9 deletions

2
scc-updates.sh Executable file
View 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

View File

@@ -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: