reorganised

This commit is contained in:
2025-12-30 19:58:08 +11:00
parent 8aa0a67cd1
commit 19a9126fae
9 changed files with 24 additions and 0 deletions

17
manifests/service.yaml Normal file
View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: calibre
namespace: calibre
labels:
app: calibre
app.kubernetes.io/instance: calibre
spec:
selector:
app: calibre
ports:
- name: "http-port"
protocol: TCP
targetPort: 8083
port: 80
type: LoadBalancer