2021-02-08 09:56:33 +00:00
|
|
|
# Default values for Ombi.
|
|
|
|
|
|
|
|
image:
|
2021-03-12 16:18:46 +00:00
|
|
|
repository: ghcr.io/truecharts/ombi
|
2021-02-08 09:56:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-09-07 08:59:02 +00:00
|
|
|
tag: v4.0.1475
|
2021-02-08 09:56:33 +00:00
|
|
|
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-03-03 15:51:25 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 3579
|
2021-02-08 09:56:33 +00:00
|
|
|
|
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
|
|
|
# PGID: 1001
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-04-13 19:43:27 +00:00
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-08-29 12:02:17 +00:00
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|
2021-06-11 11:59:46 +00:00
|
|
|
|
2021-02-08 09:56:33 +00:00
|
|
|
|
|
|
|
# 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
|