Files
truecharts/charts/stable/ombi/values.yaml
T
TrueCharts BotandGitHub a4016fcac3 chore(deps): update docker general non-major (#3272)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-23 10:52:42 +02:00

33 lines
657 B
YAML

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