51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/gotify-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.1.7@sha256:9ea383998da5f75d7ba267e5fb411a8cfea0ffb27d1a86b99ab4885f06f9d0eb
|
|
|
|
secretEnv:
|
|
user: "admin"
|
|
pass: "admin"
|
|
|
|
env:
|
|
GOTIFY_SERVER_PORT: 8080
|
|
GOTIFY_SERVER_KEEPALIVEPERIODSECONDS: 0
|
|
GOTIFY_SERVER_LISTENADDR: ""
|
|
GOTIFY_SERVER_SSL_ENABLED: false
|
|
# lists are a little weird but do-able (:
|
|
# GOTIFY_SERVER_SSL_LETSENCRYPT_HOSTS: "- mydomain.tld\n- myotherdomain.tld"
|
|
GOTIFY_SERVER_RESPONSEHEADERS: 'X-Custom-Header: "custom value"'
|
|
# GOTIFY_SERVER_CORS_ALLOWORIGINS: "- \".+.example.com\"\n- \"otherdomain.com\""
|
|
# GOTIFY_SERVER_CORS_ALLOWMETHODS: "- \"GET\"\n- \"POST\""
|
|
# GOTIFY_SERVER_CORS_ALLOWHEADERS: "- \"Authorization\"\n- \"content-type\""
|
|
# GOTIFY_SERVER_STREAM_ALLOWEDORIGINS: "- \".+.example.com\"\n- \"otherdomain.com\""
|
|
GOTIFY_SERVER_STREAM_PINGPERIODSECONDS: 45
|
|
GOTIFY_PASSSTRENGTH: 10
|
|
GOTIFY_UPLOADEDIMAGESDIR: "data/images"
|
|
GOTIFY_PLUGINSDIR: "data/plugins"
|
|
|
|
envFrom:
|
|
- configMapRef:
|
|
name: gotifyenv
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10084
|
|
targetPort: 8080
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/app/data"
|
|
|
|
postgresql:
|
|
enabled: true
|
|
existingSecret: "dbcreds"
|
|
postgresqlUsername: gotify
|
|
postgresqlDatabase: gotify
|
|
|
|
portal:
|
|
enabled: true
|