add audiobookshelf

This commit is contained in:
2024-09-17 13:42:33 +02:00
parent dacb84ee59
commit 60077df128
9 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: audiobookshelf-web
spec:
selector:
app: audiobookshelf
ports:
- port: 80
targetPort: 80