k3s/services/lazy-librarian/lazylibrarian-service.yaml

18 lines
355 B
YAML
Raw Normal View History

2026-03-22 18:20:11 -04:00
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:
2026-04-03 21:52:07 -04:00
type: ClusterIP
2026-03-22 18:20:11 -04:00
ports:
2026-04-03 21:52:07 -04:00
- name: http-web
port: 80
targetPort: web-ui
2026-03-22 18:20:11 -04:00
selector:
io.kompose.service: lazylibrarian