wip
This commit is contained in:
@@ -15,6 +15,9 @@ nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
automountServiceAccountToken: false
|
||||
|
||||
user: "admin"
|
||||
pass: "admin"
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
create: false
|
||||
@@ -61,7 +64,7 @@ ingress:
|
||||
ingressroute:
|
||||
enabled: false
|
||||
host: 'chart-example.local'
|
||||
adminauth: 'dXNlcjpwYXNzd29yZA=='
|
||||
adminauth: ''
|
||||
tls: []
|
||||
annotations: {}
|
||||
|
||||
@@ -89,3 +92,26 @@ nodeSelector: {}
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
# TODO: pv/pvc for sqlite
|
||||
env:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user