persistence
This commit is contained in:
parent
50dcd9bc5e
commit
2305c5638c
4 changed files with 7 additions and 10 deletions
|
@ -55,14 +55,6 @@ spec:
|
|||
drop:
|
||||
- ALL
|
||||
readOnlyRootFilesystem: true
|
||||
statefulset:
|
||||
podManagementPolicy: Parallel
|
||||
volumeClaimTemplates:
|
||||
- accessMode: ReadWriteOnce
|
||||
globalMounts:
|
||||
- path: /usr/lib/jellyseerr/config
|
||||
name: config
|
||||
size: 1Mi
|
||||
type: statefulset
|
||||
defaultPodOptions:
|
||||
securityContext:
|
||||
|
@ -91,3 +83,7 @@ spec:
|
|||
ports:
|
||||
http:
|
||||
port: 5055
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
existingClaim: radarr
|
||||
|
|
|
@ -5,3 +5,4 @@ kind: Kustomization
|
|||
resources:
|
||||
- ./externalsecret.yaml
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../templates/volsync
|
||||
|
|
|
@ -21,9 +21,8 @@ spec:
|
|||
- name: openebs
|
||||
- name: crunchy-postgres-operator
|
||||
- name: external-secrets-stores
|
||||
- name: volsync
|
||||
postBuild:
|
||||
substitute:
|
||||
APP: *app
|
||||
VOLSYNC_CAPACITY: 1Gi
|
||||
APP_GID: "1000"
|
||||
APP_UID: "1000"
|
||||
|
|
|
@ -14,6 +14,7 @@ spec:
|
|||
- name: crunchy-postgres-operator
|
||||
- name: external-secrets-stores
|
||||
- name: openebs
|
||||
- name: volsync
|
||||
path: ./kubernetes/apps/default/radarr/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
|
|
Loading…
Reference in a new issue