mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
ntfy move generate configmap to normal configmap
This commit is contained in:
@@ -6,7 +6,4 @@ resources:
|
|||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- dns-endpoint.yaml
|
- dns-endpoint.yaml
|
||||||
configMapGenerator:
|
- server-config.yaml
|
||||||
- name: server-config
|
|
||||||
files:
|
|
||||||
- server-config.yaml
|
|
||||||
|
|||||||
@@ -1,2 +1,8 @@
|
|||||||
cache-file: "/var/cache/ntfy/cache.db"
|
apiVersion: v1
|
||||||
attachment-cache-dir: "/var/cache/ntfy/attachments"
|
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