38 lines
805 B
YAML
38 lines
805 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: caronc/apprise
|
|
tag: v0.9.5@sha256:3301daff63ae435e69ac6c3acf5ceb3832d5b40d639b59f73163e3238adb2fe7
|
|
podSecurityContext:
|
|
runAsGroup: 33
|
|
runAsUser: 33
|
|
fsGroup: 33
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
# runAsNonRoot: false
|
|
secretEnv:
|
|
SECRET_KEY: "abc123"
|
|
env:
|
|
APPRISE_CONFIG_DIR: /config
|
|
APPRISE_STATEFUL_MODE: hash
|
|
APPRISE_DENY_SERVICES: windows,dbus,gnome,macos,syslog
|
|
LOG_LEVEL: INFO
|
|
DEBUG: "no"
|
|
APPRISE_RECURSION_MAX: 1
|
|
APPRISE_CONFIG_LOCK: false
|
|
APPRISE_ALLOW_SERVICES: ""
|
|
ALLOWED_HOSTS: "*"
|
|
# APPRISE_STATELESS_URLS
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8000
|
|
protocol: HTTP
|
|
targetPort: 8000
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
enabled: true
|