42 lines
936 B
YAML
42 lines
936 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: caronc/apprise
|
|
tag: v0.9.5@sha256:3301daff63ae435e69ac6c3acf5ceb3832d5b40d639b59f73163e3238adb2fe7
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 33
|
|
runAsUser: 33
|
|
pod:
|
|
fsGroup: 33
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8000
|
|
protocol: http
|
|
targetPort: 8000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ALLOWED_HOSTS: "*"
|
|
APPRISE_ALLOW_SERVICES: ""
|
|
APPRISE_CONFIG_DIR: /config
|
|
APPRISE_CONFIG_LOCK: "false"
|
|
APPRISE_DENY_SERVICES: windows,dbus,gnome,macos,syslog
|
|
APPRISE_RECURSION_MAX: "1"
|
|
APPRISE_STATEFUL_MODE: hash
|
|
DEBUG: "no"
|
|
LOG_LEVEL: INFO
|
|
SECRET_KEY: abc123
|