servala-portal/docs/deployment/ingress.yaml
Tobias Brunner ed5ee7badc
All checks were successful
Build and Deploy Antora Docs / build (push) Successful in 30s
Build and Deploy Antora Docs / deploy (push) Successful in 5s
deployment for docs
2025-03-10 16:21:06 +01:00

22 lines
471 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
name: docs
spec:
rules:
- host: docs.servala.com
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: docs
port:
number: 8080
tls:
- hosts:
- docs.servala.com
secretName: ingress-cert-docs