Files
kubernetes/manifests/artemis/ntfy/ingress.yaml
Daniël Groothuis a8964422f7
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 3s
Validate K8s manifests / scan-secrets (push) Successful in 3m13s
chore(ntfy): Added Ntfy for Notifications
2025-10-23 23:03:06 +02:00

25 lines
482 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
labels:
name: ntfy
spec:
rules:
- host: notifications.dgse.cloud
http:
paths:
- backend:
service:
name: ntfy
port:
number: 80
path: /
pathType: Prefix
tls:
- hosts:
- notifications.dgse.cloud
secretName: letsencrypt