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-11 11:04:47 +00:00
|
|
|
tag: v4.0.1482@sha256:0fa4e81029d9adef9d773ce99db13ff3039fd087d58d7266cbcfd7462e7afc56
|
2021-02-08 09:56:33 +00:00
|
|
|
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
2021-02-08 09:56:33 +00:00
|
|
|
|
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-11-06 21:55:18 +00:00
|
|
|
targetPort: 3579
|
2021-02-08 09:56:33 +00:00
|
|
|
|
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
2021-10-04 10:31:56 +00:00
|
|
|
|
2021-02-08 09:56:33 +00:00
|
|
|
|
|
|
|
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
|