You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
302 B
YAML
17 lines
302 B
YAML
|
3 months ago
|
apiVersion: networking.k8s.io/v1
|
||
|
|
kind: Ingress
|
||
|
|
metadata:
|
||
|
|
name: name-virtual-host-ingress
|
||
|
|
spec:
|
||
|
|
rules:
|
||
|
|
- host: mistergwen.site
|
||
|
|
http:
|
||
|
|
paths:
|
||
|
|
- path: /
|
||
|
|
pathType: Prefix
|
||
|
|
backend:
|
||
|
|
service:
|
||
|
|
name: service1
|
||
|
|
port:
|
||
|
|
number: 80
|