ntfy move generate configmap to normal configmap

This commit is contained in:
2025-06-09 10:02:12 -04:00
parent e5f1a78c8d
commit 79d4e6f303
2 changed files with 9 additions and 6 deletions

View File

@@ -6,7 +6,4 @@ resources:
- pvc.yaml
- ingress.yaml
- dns-endpoint.yaml
configMapGenerator:
- name: server-config
files:
- server-config.yaml

View File

@@ -1,2 +1,8 @@
cache-file: "/var/cache/ntfy/cache.db"
attachment-cache-dir: "/var/cache/ntfy/attachments"
apiVersion: v1
kind: ConfigMap
metadata:
name: server-config
data:
server.yml: |
cache-file: "/var/cache/ntfy/cache.db"
attachment-cache-dir: "/var/cache/ntfy/attachments"