TrueChartsClone/charts/stable/healthchecks/values.yaml

42 lines
944 B
YAML

image:
repository: tccr.io/truecharts/healthchecks
tag: version-v1.22.0@sha256:234347d239410227e8d4585c467293f7bb59859f2042bad885633c1ff30c98f2
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"