25 lines
533 B
YAML
25 lines
533 B
YAML
image:
|
|
repository: oci.trueforge.org/containerforge/seerr
|
|
tag: "2.7.3@sha256:15bc3729ce73c432d437f4971962500deb5d40459c3734a210a8ea10558990f4"
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10241
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/app/config"
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
# User Defined
|
|
JELLYFIN_TYPE: ""
|
|
LOG_LEVEL: "info"
|