23 lines
394 B
YAML
23 lines
394 B
YAML
image:
|
|
repository: tccr.io/truecharts/overseerr
|
|
tag: v1.29.1@sha256:8b2e31f80dcdaed42ef89be859068a741379b25cf9f02ae9ba9cc26ceea16d30
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
env:
|
|
LOG_LEVEL: info
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5055
|
|
targetPort: 5055
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/app/config"
|