TrueChartsClone/charts/incubator/onlinecheckyourserver/values.yaml

37 lines
748 B
YAML

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: ""
image:
pullPolicy: IfNotPresent
repository: ich777/online-check-pushover
tag: latest@sha256:686ba0e2b0cb5f9a3f06420620d38d89a2c66ab11d114eaf8fdd187ba9e606b5
persistence: {}
podSecurityContext:
runAsGroup: 0
runAsUser: 0
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: false
ports:
main:
enabled: false
portal:
enabled: false