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.15.2@sha256:a98d174b484bc2dfc7fa3d77d25134520e5f4947be3400866fe8b85acb2d6c67
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