k3s/services/calibre-web/calibre-web-service.yaml

16 lines
268 B
YAML
Raw Normal View History

2026-03-27 10:40:54 -04:00
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