modified service

This commit is contained in:
2025-11-07 07:50:56 +00:00
parent de9c3af440
commit 905fce4e72
+10 -7
View File
@@ -1,13 +1,16 @@
# service.yaml
kind: Service
---
apiVersion: v1
kind: Service
metadata:
name: audiobookshelf
namespace: audiobookshelf
spec:
selector:
app: audiobookshelf
ports:
- protocol: TCP
port: 80
name: http
- port: 80
protocol: TCP
#targetPort: 6052
selector:
app.kubernetes.io/instance: audiobookshelf
app.kubernetes.io/name: audiobookshelf
sessionAffinity: None
type: ClusterIP