Files
truecharts/charts/stable/ombi/values.yaml
T
cdbca3f86b chore(deps): update container image ghcr.io/truecharts/ombi to v4.0.1396 (#522)
* chore(deps): update container image ghcr.io/truecharts/ombi to v4.0.1396

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-05-26 00:09:55 +02:00

44 lines
697 B
YAML

# Default values for Ombi.
image:
repository: ghcr.io/truecharts/ombi
pullPolicy: IfNotPresent
tag: v4.0.1396
strategy:
type: Recreate
service:
main:
ports:
main:
port: 3579
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
emptyDir:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""
# 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