docs/deploy/k8s/ingress.yaml
Peter Kurfer 9c827c14cd
Some checks reported errors
continuous-integration/drone Build was killed
Initial commit
2023-04-17 16:11:49 +02:00

21 lines
452 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: buildr-docs
namespace: buildr
labels:
app.kubernetes.io/name: buildr-docs
spec:
ingressClassName: traefik
rules:
- host: docs.buildr.icb4dc0.de
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: buildr-docs
port:
number: 3000