TrueChartsClone/charts/stable/ombi/values.yaml

33 lines
658 B
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/ombi
pullPolicy: IfNotPresent
tag: v4.20.4@sha256:51df3028d5655a69f43cd03692f1c7f350efa6a3267c9c830bd2e2d32d49513b
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