mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
ntfy move generate configmap to normal configmap
This commit is contained in:
@@ -6,7 +6,4 @@ resources:
|
||||
- pvc.yaml
|
||||
- ingress.yaml
|
||||
- dns-endpoint.yaml
|
||||
configMapGenerator:
|
||||
- name: server-config
|
||||
files:
|
||||
- server-config.yaml
|
||||
- server-config.yaml
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user