Files
black-start/kubernetes/manifests/test/ingress.yaml

17 lines
331 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: test-color-ingress
namespace: test-color
spec:
rules:
- host: test-color.duby.local
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: test-color
port:
number: 8080