All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 13s
18 lines
405 B
YAML
18 lines
405 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: dummyhttp
|
|
annotations:
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
spec:
|
|
rules:
|
|
- host: dummyhttp.localhost.mixinet.net
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: dummyhttp
|
|
port:
|
|
number: 80
|