fixups
This commit is contained in:
parent
7b2747b306
commit
57a4654f25
8
apps/ntfy/configmap.yaml
Normal file
8
apps/ntfy/configmap.yaml
Normal 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
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user