18 lines
379 B
YAML
18 lines
379 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: test-color-ingress
|
|
namespace: test-color
|
|
spec:
|
|
rules:
|
|
- host: test-color.weyma-bs.infra.dubyatp.xyz
|
|
http:
|
|
paths:
|
|
- pathType: Prefix
|
|
path: /
|
|
backend:
|
|
service:
|
|
name: test-color
|
|
port:
|
|
number: 8080
|