34 lines
647 B
YAML
34 lines
647 B
YAML
image:
|
|
repository: tccr.io/truecharts/healthchecks
|
|
tag: version-v1.22.0@sha256:234347d239410227e8d4585c467293f7bb59859f2042bad885633c1ff30c98f2
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10074
|
|
targetPort: 8000
|
|
|
|
secretEnv:
|
|
SUPERUSER_EMAIL: "email@healthchecks.io"
|
|
SUPERUSER_PASSWORD: "myVeryStrongPassword"
|
|
|
|
env:
|
|
REGENERATE_SETTINGS: "True"
|
|
SITE_ROOT: "https://healthchecks.domain"
|
|
SITE_NAME: ""
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|