52 lines
1.3 KiB
YAML
Raw Permalink Normal View History

2022-02-25 18:11:16 -05:00
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://scm.docker.cabillot.eu/perso/helm-library-common
#
2021-10-05 18:05:08 -04:00
image:
2021-10-12 19:59:23 -04:00
repository: docker.io/gotify/server
2021-10-05 18:05:08 -04:00
# Overrides the image tag whose default is the chart appVersion.
tag: ""
2022-02-25 18:11:16 -05:00
pullPolicy: Always
2021-10-05 18:05:08 -04:00
2021-10-12 19:15:46 -04:00
env:
2022-02-25 18:11:16 -05:00
TZ: America/New_York
2021-10-12 19:15:46 -04:00
GOTIFY_DATABASE_CONNECTION: data/gotify.db
GOTIFY_DATABASE_DIALECT: sqlite3
GOTIFY_PASSSTRENGTH: "10"
GOTIFY_PLUGINSDIR: data/plugins
GOTIFY_SERVER_KEEPALIVEPERIODSECONDS: "0"
GOTIFY_SERVER_LISTENADDR: ""
GOTIFY_SERVER_PORT: "80"
#GOTIFY_SERVER_RESPONSEHEADERS: 'X-Custom-Header: "custom value"'
#GOTIFY_SERVER_SSL_CERTFILE: ""
#GOTIFY_SERVER_SSL_CERTKEY: ""
#GOTIFY_SERVER_SSL_ENABLED: "false"
#GOTIFY_SERVER_SSL_LETSENCRYPT_ACCEPTTOS: "false"
#GOTIFY_SERVER_SSL_LETSENCRYPT_CACHE: certs
##GOTIFY_SERVER_SSL_LETSENCRYPT_ENABLED: "false"
#GOTIFY_SERVER_SSL_LISTENADDR: ""
#GOTIFY_SERVER_SSL_PORT: "443"
#GOTIFY_SERVER_SSL_REDIRECTTOHTTPS: "true"
GOTIFY_SERVER_STREAM_PINGPERIODSECONDS: "45"
GOTIFY_UPLOADEDIMAGESDIR: data/images
TZ: America/New_York
2022-02-25 18:11:16 -05:00
2022-02-25 18:24:50 -05:00
secret:
user: "admin"
pass: "admin"
2022-02-25 18:11:16 -05:00
service:
main:
ports:
http:
port: 80
ingress:
main:
enabled: false
# TODO: pv/pvc for sqlite