2021-10-25 12:19:09 +00:00
|
|
|
# Default values for Ombi.
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/truecharts/ombi
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
tag: v4.0.1482@sha256:0fa4e81029d9adef9d773ce99db13ff3039fd087d58d7266cbcfd7462e7afc56
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 3579
|
2021-11-07 16:24:13 +00:00
|
|
|
targetPort: 3579
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-11-15 23:31:22 +00:00
|
|
|
|
2021-10-25 12:19:09 +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
|