36 lines
682 B
YAML
36 lines
682 B
YAML
image:
|
|
repository: tccr.io/truecharts/ombi
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.33.1@sha256:fb0ef8a2473a036509a5138be499b593123b6ac0648fae29ee0107eff7723a57
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3579
|
|
targetPort: 3579
|
|
|
|
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
|
|
|
|
portal:
|
|
enabled: true
|