# # 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 # image: repository: docker.io/gotify/server # Overrides the image tag whose default is the chart appVersion. tag: "" pullPolicy: Always env: TZ: America/New_York 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 envFrom: - secretRef: # TODO: pas du tout dynamique name: gotify secret: user: "admin" pass: "admin" service: main: ports: http: port: 80 ingress: main: enabled: false # TODO: pv/pvc for sqlite