Initial commit: Consolidated DevOps scripts and K8s manifests
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
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
|
||||
Reference in New Issue
Block a user