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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue