33 lines
703 B
YAML
33 lines
703 B
YAML
image:
|
|
repository: tccr.io/truecharts/ombi
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.43.5@sha256:d7a9757fa559803bdd6f0df88b7b622629f4f9f5aadf3332bc001e87b8ff2c80
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3579
|
|
targetPort: 3579
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
# Enabled mariadb
|
|
# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/mariadb
|
|
mariadb:
|
|
enabled: false
|
|
architecture: standalone
|
|
auth:
|
|
database: ombi
|
|
username: ombi
|
|
password: ombi
|
|
primary:
|
|
persistence:
|
|
enabled: false
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|