TrueChartsClone/charts/stable/healthchecks/values.yaml

42 lines
942 B
YAML

image:
repository: ghcr.io/linuxserver/healthchecks
tag: 3.5.20240820@sha256:ea89322aeeaf51c7b1c335c6672275fe7d34afe414e6e1c01c1468be67f24d60
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10074
targetPort: 8000
persistence:
config:
enabled: true
mountPath: "/config"
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
REGENERATE_SETTINGS: "True"
SITE_ROOT: "https://healthchecks.domain"
SITE_NAME: ""
SUPERUSER_EMAIL: "email@healthchecks.io"
SUPERUSER_PASSWORD: "myVeryStrongPassword"