Files
truecharts/stable/ombi/2.2.2/test_values.yaml
T
66201c9963 Update minor Docker tags (#339)
* Update minor Docker tags

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-04-13 17:23:00 +02:00

48 lines
718 B
YAML

# Default values for Ombi.
image:
repository: ghcr.io/truecharts/ombi
pullPolicy: IfNotPresent
tag: v4.0.1336
strategy:
type: Recreate
services:
main:
port:
port: 3579
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: false
emptyDir: false
# Enabled mariadb
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/mariadb
mariadb:
enabled: false
architecture: standalone
auth:
database: ombi
username: ombi
password: ombi
primary:
persistence:
enabled: false
## TrueCharts Config
appVolumeMounts:
config:
enabled: true
emptyDir: true
setPermissions: true
mountPath: "/config"