first commit

This commit is contained in:
2025-11-25 19:11:49 +11:00
commit 8073a2274b
9 changed files with 207 additions and 0 deletions

16
service.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: calibre
namespace: calibre
labels:
app: calibre
spec:
selector:
app: calibre
ports:
- name: "http-port"
protocol: TCP
targetPort: 8083
port: 80