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