diff --git a/k8s/s3staticsites/ingress.yaml b/k8s/s3staticsites/ingress.yaml index 306ebbf..ee1d119 100644 --- a/k8s/s3staticsites/ingress.yaml +++ b/k8s/s3staticsites/ingress.yaml @@ -55,3 +55,13 @@ spec: name: s3staticsites port: name: http + - host: janky.bot + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: s3staticsites + port: + name: http