Reorganise the trains

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-23 21:32:52 +02:00
parent 674b30a7bd
commit d3deb8af69
614 changed files with 16 additions and 903 deletions
+41
View File
@@ -0,0 +1,41 @@
# Default values for healthchecks.
image:
# -- image repository
repository: linuxserver/healthchecks
# -- image tag
tag: version-v1.22.0
# -- image pull policy
pullPolicy: IfNotPresent
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 8000
# -- environment variables. See [image docs](https://github.com/linuxserver/docker-healthchecks#parameters) for more details.
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Set to true to always override the local_settings.py file with values from environment variables. Do not set to True if you have made manual modifications to this file.
REGENERATE_SETTINGS: "True"
# -- The site's top-level URL and the port it listens to
SITE_ROOT: https://healthchecks.domain
# -- The site's name (e.g., "Example Corp HealthChecks")
SITE_NAME: 8265
# -- Superuser email
SUPERUSER_EMAIL: email@healthchecks.io
# -- Superuser password
SUPERUSER_PASSWORD: myVeryStrongPassword
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
# -- Volume used for configuration
config:
enabled: false
mountpath: /config