71 lines
1.4 KiB
YAML
71 lines
1.4 KiB
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: coming-soon-fallback
|
|
namespace: default
|
|
annotations:
|
|
traefik.ingress.kubernetes.io/router.priority: "1"
|
|
spec:
|
|
ingressClassName: traefik
|
|
rules:
|
|
- host: "*.thefoldwithin.earth"
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: coming-soon-svc
|
|
port:
|
|
number: 80
|
|
- host: "*.intellecton.one"
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: coming-soon-svc
|
|
port:
|
|
number: 80
|
|
- host: "*.atlanta.pentagon"
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: coming-soon-svc
|
|
port:
|
|
number: 80
|
|
- host: "thefoldwithin.earth"
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: coming-soon-svc
|
|
port:
|
|
number: 80
|
|
- host: "intellecton.one"
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: coming-soon-svc
|
|
port:
|
|
number: 80
|
|
- host: "atlanta.pentagon"
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: coming-soon-svc
|
|
port:
|
|
number: 80
|