2026-03-30 14:36:42 -04:00
|
|
|
apiVersion: apps/v1
|
|
|
|
|
kind: Deployment
|
|
|
|
|
metadata:
|
|
|
|
|
annotations:
|
|
|
|
|
kompose.cmd: kompose convert -f compose-abs-kosync-bridge.yaml
|
|
|
|
|
kompose.version: 1.38.0 (HEAD)
|
|
|
|
|
labels:
|
|
|
|
|
io.kompose.service: abs-kosync
|
|
|
|
|
name: abs-kosync
|
|
|
|
|
spec:
|
|
|
|
|
replicas: 1
|
|
|
|
|
selector:
|
|
|
|
|
matchLabels:
|
|
|
|
|
io.kompose.service: abs-kosync
|
|
|
|
|
strategy:
|
|
|
|
|
type: Recreate
|
|
|
|
|
template:
|
|
|
|
|
metadata:
|
|
|
|
|
annotations:
|
|
|
|
|
kompose.cmd: kompose convert -f compose-abs-kosync-bridge.yaml
|
|
|
|
|
kompose.version: 1.38.0 (HEAD)
|
|
|
|
|
labels:
|
|
|
|
|
io.kompose.service: abs-kosync
|
|
|
|
|
spec:
|
|
|
|
|
containers:
|
|
|
|
|
- env:
|
|
|
|
|
- name: LOG_LEVEL
|
|
|
|
|
value: INFO
|
|
|
|
|
- name: TZ
|
|
|
|
|
value: America/New_York
|
|
|
|
|
image: ghcr.io/cporcellijr/abs-kosync-bridge:latest
|
|
|
|
|
name: abs-kosync
|
|
|
|
|
ports:
|
|
|
|
|
- containerPort: 5757
|
|
|
|
|
protocol: TCP
|
2026-04-03 21:52:07 -04:00
|
|
|
name: abs-kosync-ui
|
2026-03-30 14:36:42 -04:00
|
|
|
volumeMounts:
|
|
|
|
|
- mountPath: /data
|
|
|
|
|
name: abs-kosync-data
|
|
|
|
|
- mountPath: /books
|
|
|
|
|
name: abs-kosync-books
|
|
|
|
|
- mountPath: /audiobooks
|
|
|
|
|
name: abs-kosync-audiobooks
|
|
|
|
|
restartPolicy: Always
|
|
|
|
|
volumes:
|
|
|
|
|
- name: abs-kosync-data
|
|
|
|
|
nfs:
|
|
|
|
|
server: birdfeeder2.home.nest
|
|
|
|
|
path: /k3s/abs-kosync-bridge
|
|
|
|
|
- name: abs-kosync-books
|
|
|
|
|
nfs:
|
2026-06-08 17:49:34 -04:00
|
|
|
server: robin.home.nest
|
2026-03-30 14:36:42 -04:00
|
|
|
path: /yarr/media/books
|
|
|
|
|
- name: abs-kosync-audiobooks
|
|
|
|
|
nfs:
|
2026-06-08 17:49:34 -04:00
|
|
|
server: robin.home.nest
|
2026-03-30 14:36:42 -04:00
|
|
|
path: /yarr/media/audiobooks
|