image: repository: ghcr.io/linuxserver/healthchecks tag: 3.3.20240422@sha256:7f537afadafb3c600efee8932cce3c8e670eed997b770665a205a4eb7a2a57f3 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"