new: add web-check raw manifests
This commit is contained in:
20
web-check/web-check-ing.yaml
Normal file
20
web-check/web-check-ing.yaml
Normal 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
|
||||
Reference in New Issue
Block a user