move janky.bot root to its own ingress
This commit is contained in:
parent
9097168b73
commit
b1741057df
1 changed files with 14 additions and 0 deletions
|
@ -55,6 +55,20 @@ spec:
|
|||
name: s3staticsites
|
||||
port:
|
||||
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
|
||||
http:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue