33 lines
698 B
YAML
33 lines
698 B
YAML
image:
|
|
repository: tccr.io/tccr/ombi
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.43.11@sha256:d4b081323f8094b21dcba866c66887f1deff420857098f5aa50c13f1e097bc9b
|
|
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
|