move janky.bot root to its own ingress

This commit is contained in:
Finn 2024-08-19 14:05:05 -07:00
parent 9097168b73
commit b1741057df

View file

@ -55,6 +55,20 @@ spec:
name: s3staticsites name: s3staticsites
port: port:
name: http name: http
---
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:
- host: janky.bot - host: janky.bot
http: http:
paths: paths: