cluster.fun/manifests/ntfy/configmap.yaml
Marcus Noble 64902c85a5
Tweak config
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2024-12-13 10:49:55 +00:00

26 lines
747 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: ntfy
labels:
app.kubernetes.io/name: ntfy
data:
server.yml: |
# Template: https://github.com/binwiederhier/ntfy/blob/main/server/server.yml
base-url: https://ntfy.cluster.fun
upstream-base-url: "https://ntfy.sh"
behind-proxy: true
cache-file: "/var/cache/ntfy/cache.db"
cache-duration: "12h"
auth-file: "/var/cache/ntfy/user.db"
auth-default-access: "deny-all"
attachment-cache-dir: "/var/cache/ntfy/attachments"
attachment-file-size-limit: "50M"
attachment-expiry-duration: "24h"
enable-metrics: true
metrics-listen-http: "0.0.0.0:9090"
log-format: json
enable-signup: false
enable-login: true
enable-reservations: false