k3s/services/lazy-librarian/lazylibrarian-service.yaml
2026-03-22 18:20:11 -04:00

18 lines
376 B
YAML

apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert -f compose-ll.yaml
kompose.version: 1.38.0 (HEAD)
labels:
io.kompose.service: lazylibrarian
name: lazylibrarian
spec:
type: NodePort
ports:
- name: "30787"
port: 30787
targetPort: 5299
nodePort: 30787
selector:
io.kompose.service: lazylibrarian