Files
kubernetes/manifests/artemis/ntfy/configmap.yaml
Daniël Groothuis 98c1b69853
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 3s
Validate K8s manifests / scan-secrets (push) Successful in 48s
chore(ntfy): Added Ntfy for Notifications
2025-10-23 23:06:41 +02:00

12 lines
257 B
YAML

---
apiVersion: v1
kind: ConfigMap
metadata:
name: ntfy
data:
server.yml: |
# Template: https://github.com/binwiederhier/ntfy/blob/main/server/server.yml
base-url: https://notifications.dgse.cloud
enable-login: true
enable-signup: false