This commit is contained in:
2023-11-21 22:36:30 +01:00
parent a62fface16
commit 81dca3a40d
8 changed files with 112 additions and 1 deletions

10
apps/ntfy/service.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: ntfy
spec:
selector:
app: ntfy
ports:
- port: 80
targetPort: 80