Files
homelab-gitops/web-check/web-check-ing.yaml

20 lines
357 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: web-check
namespace: web-check
labels:
name: web-check
spec:
rules:
- host: web-check.k8s.morthimer.fr
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: web-check
port:
number: 80