deployment for docs
All checks were successful
Build and Deploy Antora Docs / build (push) Successful in 30s
Build and Deploy Antora Docs / deploy (push) Successful in 5s

This commit is contained in:
Tobias Brunner 2025-03-10 16:21:06 +01:00
parent 4ee40cdcc1
commit ed5ee7badc
No known key found for this signature in database
5 changed files with 113 additions and 1 deletions

View file

@ -0,0 +1,22 @@
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