51 lines
871 B
YAML
51 lines
871 B
YAML
image:
|
|
repository: ghcr.io/zimme/rar2fs
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:8a8756c0452a7ce68654ac46d80c88fb00ae76b4c7f4773a17c05bc4d7f78807
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
capabilities:
|
|
add:
|
|
- MKNOD
|
|
- SYS_ADMIN
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
persistence:
|
|
source:
|
|
enabled: true
|
|
mountPath: "/source"
|
|
destination:
|
|
enabled: true
|
|
mountPath: "/destination"
|
|
fuse:
|
|
enabled: true
|
|
type: device
|
|
hostPath: /dev/fuse
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|