This commit is contained in:
17
testdata/manifests/kube-stack/60-ingress.yaml
vendored
Normal file
17
testdata/manifests/kube-stack/60-ingress.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: web
|
||||
namespace: demo
|
||||
spec:
|
||||
rules:
|
||||
- host: web.demo.local
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: web
|
||||
port:
|
||||
number: 80
|
||||
Reference in New Issue
Block a user