37 lines
694 B
YAML
37 lines
694 B
YAML
image:
|
|
repository: tccr.io/truecharts/ombi
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.11.8@sha256:343c1fcdca358ef98301d4c702065edae80711831b169e4361318bbea818414c
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3579
|
|
targetPort: 3579
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
|
|
# Enabled mariadb
|
|
# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/mariadb
|
|
mariadb:
|
|
enabled: false
|
|
architecture: standalone
|
|
auth:
|
|
database: ombi
|
|
username: ombi
|
|
password: ombi
|
|
primary:
|
|
persistence:
|
|
enabled: false
|