bootstrap (#1)
All checks were successful
Deploy / deploy (push) Successful in 11s

Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #1.
This commit is contained in:
2026-04-06 15:28:24 +02:00
committed by t.behrendt
parent a9935624e7
commit e822a0d53f
12 changed files with 229 additions and 48 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: webserver
namespace: paperless
spec:
selector:
app: webserver
ports:
- port: 8000
targetPort: 8000