625f217b97
* feat: Add E-Rang of UnRaid Ports * remove non-passing Charts * remove more non-working * re
33 lines
553 B
YAML
33 lines
553 B
YAML
env:
|
|
DELAY: 5m
|
|
NOTIFICATION_TYPE: ''
|
|
PROVIDER: ''
|
|
PUSHOVER_TITLE: ''
|
|
PUSHOVER_TOKEN: ''
|
|
PUSHOVER_USER: ''
|
|
RECOVERY_ALERT: ''
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/external-ip
|
|
tag: latest
|
|
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
|