anubis/docs/manifest/ingress.yaml
Xe Iaso c47347ff76
add docs site based on docusarus (#35)
* add docs site based on docusarus

Closes #2

Signed-off-by: Xe Iaso <me@xeiaso.net>

* docs: deploy to aeacus

Signed-off-by: Xe Iaso <me@xeiaso.net>

* ready for merge

Signed-off-by: Xe Iaso <me@xeiaso.net>

* docs: fix anubis port

Signed-off-by: Xe Iaso <me@xeiaso.net>

---------

Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-03-20 15:06:58 -04:00

24 lines
No EOL
572 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: anubis-docs
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/limit-rps: "10"
spec:
ingressClassName: nginx
tls:
- hosts:
- anubis.techaro.lol
secretName: anubis-techaro-lol-public-tls
rules:
- host: anubis.techaro.lol
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: anubis-docs
port:
name: anubis