This commit is contained in:
Remy Moll 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: resources:
- namespace.yaml - namespace.yaml
- configmap.yaml
- deployment.yaml - deployment.yaml
- service.yaml - service.yaml
- ingress.yaml - ingress.yaml

View File

@ -9,7 +9,7 @@ spec:
source: source:
repoURL: https://github.com/moll-re/k3s-infra.git repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: main targetRevision: main
path: deployment/ path: apps/ntfy
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: ntfy namespace: ntfy