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,15 @@
apiVersion: v1
kind: Service
metadata:
name: docs
labels:
app: docs
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: http
selector:
app: docs
type: ClusterIP