Initial commit: Consolidated DevOps scripts and K8s manifests

This commit is contained in:
codex
2026-06-05 07:00:43 +00:00
commit 08fa407f57
16 changed files with 922 additions and 0 deletions
+70
View File
@@ -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