2021-10-19 12:20:06 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/gotify-server
|
2021-10-19 12:20:06 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-07-28 20:39:32 +00:00
|
|
|
tag: 2.1.5@sha256:5265583b0c1fc8d274fa9e9c5bc2d4e246c2d97de09baaf1c37e28e6fe7ce52e
|
2021-10-19 12:20:06 +00:00
|
|
|
|
2022-06-07 17:41:19 +00:00
|
|
|
secretEnv:
|
2021-10-19 12:20:06 +00:00
|
|
|
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"
|
2022-07-22 18:23:01 +00:00
|
|
|
GOTIFY_SERVER_RESPONSEHEADERS: 'X-Custom-Header: "custom value"'
|
2021-10-19 12:20:06 +00:00
|
|
|
# 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:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10084
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8080
|
2021-10-19 12:20:06 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/app/data"
|
2021-10-19 12:20:06 +00:00
|
|
|
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
existingSecret: "dbcreds"
|
|
|
|
postgresqlUsername: gotify
|
|
|
|
postgresqlDatabase: gotify
|