TrueChartsClone/charts/stable/onlinecheckyourserver/values.yaml

42 lines
968 B
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/online-check-pushover
tag: latest@sha256:686ba0e2b0cb5f9a3f06420620d38d89a2c66ab11d114eaf8fdd187ba9e606b5
persistence: {}
portal:
open:
enabled: false
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
containers:
main:
env:
HOST: google.com
PING_INTERVAL: "300"
PING_RETRY: "3600"
PING_TIMEOUT: "10"
PUSHOVER_APP_TOKEN: ""
PUSHOVER_MESSAGE: google.com is offline!
PUSHOVER_PRIORITY: "0"
PUSHOVER_TITLE: Online Check
PUSHOVER_USER_TOKEN: ""
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false