This commit is contained in:
2023-11-21 22:44:19 +01:00
parent 7b2747b306
commit 57a4654f25
3 changed files with 10 additions and 1 deletions

8
apps/ntfy/configmap.yaml Normal file
View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: ntfy
data:
server.yml: |
# Template: https://github.com/binwiederhier/ntfy/blob/main/server/server.yml
base-url: https://ntfy.kluster.moll.re

View File

@@ -5,6 +5,7 @@ namespace: ntfy
resources:
- namespace.yaml
- configmap.yaml
- deployment.yaml
- service.yaml
- ingress.yaml