2021-07-01 18:26:22 +00:00
image :
# -- image repository
2021-12-03 12:02:44 +00:00
repository : tccr.io/truecharts/healthchecks
2021-07-01 18:26:22 +00:00
# -- image tag
2021-12-03 14:07:49 +00:00
tag : version-v1.22.0@sha256:234347d239410227e8d4585c467293f7bb59859f2042bad885633c1ff30c98f2
2021-07-01 18:26:22 +00:00
# -- image pull policy
pullPolicy : IfNotPresent
2021-09-26 18:05:21 +00:00
securityContext :
readOnlyRootFilesystem : false
runAsNonRoot : false
podSecurityContext :
runAsUser : 0
runAsGroup : 0
2021-07-01 18:26:22 +00:00
# -- Configures service settings for the chart.
# @default -- See values.yaml
service :
main :
ports :
main :
2021-11-28 09:26:31 +00:00
port : 10074
2021-11-06 21:55:18 +00:00
targetPort : 8000
2021-07-01 18:26:22 +00:00
2022-06-07 17:41:19 +00:00
secretEnv :
2021-12-11 12:49:05 +00:00
# -- Superuser email
SUPERUSER_EMAIL : "email@healthchecks.io"
# -- Superuser password
SUPERUSER_PASSWORD : "myVeryStrongPassword"
2021-07-01 18:26:22 +00:00
# -- environment variables. See [image docs](https://github.com/linuxserver/docker-healthchecks#parameters) for more details.
# @default -- See below
env :
# -- Set the container timezone
# -- 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
2021-12-11 12:49:05 +00:00
SITE_ROOT : "https://healthchecks.domain"
2021-07-01 18:26:22 +00:00
# -- The site's name (e.g., "Example Corp HealthChecks")
SITE_NAME : 8265
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence :
# -- Volume used for configuration
config :
2021-08-29 12:02:17 +00:00
enabled : true
2021-11-14 19:19:16 +00:00
mountPath : "/config"