k3s/services/calibre-web/calibre-web-service.yaml
Astra Logical ee8fb6350f CWA
2026-03-27 10:40:54 -04:00

15 lines
268 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
io.kompose.service: calibre-web
name: calibre-web
spec:
type: NodePort
ports:
- name: "30083"
port: 30083
targetPort: 8083
nodePort: 30083
selector:
io.kompose.service: calibre-web