Files
local.realm.audiobookshelf/service.yaml
T
2025-12-04 14:13:05 +00:00

17 lines
251 B
YAML

---
apiVersion: v1
kind: Service
metadata:
annotations:
name: audiobookshelf
namespace: audiobookshelf
spec:
ports:
- name: http
port: 80
protocol: TCP
selector:
app: audiobookshelf
sessionAffinity: None
type: LoadBalancer