2024-04-01 06:47:27 +00:00
|
|
|
apiVersion: networking.k8s.io/v1
|
|
|
|
kind: Ingress
|
|
|
|
metadata:
|
|
|
|
name: s3staticsites
|
|
|
|
namespace: s3staticsites
|
|
|
|
spec:
|
|
|
|
rules:
|
|
|
|
- host: dev-artifacts.entanglement.garden
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: s3staticsites
|
|
|
|
port:
|
|
|
|
name: http
|
|
|
|
- host: artifacts.entanglement.garden
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: s3staticsites
|
|
|
|
port:
|
|
|
|
name: http
|
2024-04-08 00:23:39 +00:00
|
|
|
- host: herzfeld.casa
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: s3staticsites
|
|
|
|
port:
|
|
|
|
name: http
|
|
|
|
- host: beta.herzfeld.casa
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: s3staticsites
|
|
|
|
port:
|
|
|
|
name: http
|
2024-06-15 07:36:26 +00:00
|
|
|
- host: aktivisda.janky.solutions
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: s3staticsites
|
|
|
|
port:
|
|
|
|
name: http
|
2024-08-19 21:05:05 +00:00
|
|
|
---
|
|
|
|
apiVersion: networking.k8s.io/v1
|
|
|
|
kind: Ingress
|
|
|
|
metadata:
|
|
|
|
name: janky-bot
|
|
|
|
labels:
|
|
|
|
name: janky-bot
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: letsencrypt
|
|
|
|
spec:
|
|
|
|
tls:
|
|
|
|
- hosts: [janky.bot]
|
|
|
|
secretName: janky.bot
|
|
|
|
rules:
|
2024-07-07 04:30:16 +00:00
|
|
|
- host: janky.bot
|
|
|
|
http:
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
backend:
|
|
|
|
service:
|
|
|
|
name: s3staticsites
|
|
|
|
port:
|
|
|
|
name: http
|