catalog/incubator/gotify/13.0.3/ix_values.yaml

64 lines
1.3 KiB
YAML

image:
repository: gotify/server
pullPolicy: IfNotPresent
tag: 2.4.0@sha256:436a75a37795fed03df4d183c007b9d7d84329d4e92067121ff77f08e78cdadf
gotify:
user: admin
pass: admin
registration: false
password_strength: 10
# Advanced
response_headers: []
# - key: X-Custom-Header
# value: "custom value"
keep_alive_period_seconds: 0
stream:
ping_period_seconds: 45
allowed_origins: []
# - example.com
# - domain.com
cors:
allowed_origins: []
# - ".+.example.com"
# - "otherdomain.com"
allowed_methods: []
# - GET
# - POST
allowed_headers: []
# - Authorization
# - content-type
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-secret-env'
probes:
liveness:
path: /health
readiness:
path: /health
startup:
path: /health
service:
main:
ports:
main:
port: 10084
persistence:
data:
enabled: true
mountPath: /app/data
config-file:
enabled: true
type: secret
readOnly: true
defaultMode: "0600"
objectName: '{{ include "tc.common.names.fullname" . }}-secret'
mountPath: /etc/gotify/config.yml
subPath: config.yml
postgresql:
enabled: true
existingSecret: dbcreds
postgresqlUsername: gotify
postgresqlDatabase: gotify
portal:
enabled: true