new: add web-check raw manifests

This commit is contained in:
2024-08-15 15:19:42 +00:00
parent 36e720bf4a
commit ac2dee8d06
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
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