@@ -6,7 +6,7 @@ pms:
|
|||||||
storageClassName: local-path
|
storageClassName: local-path
|
||||||
existingClaim: plex-config-pvc
|
existingClaim: plex-config-pvc
|
||||||
extraEnv:
|
extraEnv:
|
||||||
PLEX_CLAIM: ""
|
PLEX_CLAIM: "claim-AQz39T-oxkYVjmrCL5ZX"
|
||||||
TZ: "Australia/Sydney"
|
TZ: "Australia/Sydney"
|
||||||
PLEX_UID: 1000
|
PLEX_UID: 1000
|
||||||
PLEX_GID: 1000
|
PLEX_GID: 1000
|
||||||
|
|||||||
30
resources/app-volumes/env/k3s-cluster/templates/gitea-pv.yaml
vendored
Normal file
30
resources/app-volumes/env/k3s-cluster/templates/gitea-pv.yaml
vendored
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolume
|
||||||
|
metadata:
|
||||||
|
name: gitea-pv
|
||||||
|
namespace: gitea
|
||||||
|
labels:
|
||||||
|
type: local
|
||||||
|
spec:
|
||||||
|
storageClassName: local-path
|
||||||
|
volumeMode: Filesystem
|
||||||
|
capacity:
|
||||||
|
storage: 32Gi
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
persistentVolumeReclaimPolicy: Retain
|
||||||
|
local:
|
||||||
|
path: "/mnt/nfs/AppData/gitea"
|
||||||
|
claimRef:
|
||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
name: gitea-pvc
|
||||||
|
namespace: gitea
|
||||||
|
nodeAffinity:
|
||||||
|
required:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: kubernetes.io/arch
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- arm64
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- ../../base
|
|
||||||
Reference in New Issue
Block a user