TrueChartsClone/charts/stable/ombi/values.yaml

33 lines
657 B
YAML

image:
repository: tccr.io/truecharts/ombi
pullPolicy: IfNotPresent
tag: 4.22.3@sha256:eaceab58626734c87ab815cd7f13829a1a854cdf59c4988f1603d6dec9be409d
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