disable host networking

This commit is contained in:
2025-07-13 12:04:13 +05:30
parent 13cb33695b
commit db8a0da70c
2 changed files with 14 additions and 1 deletions
@@ -0,0 +1,14 @@
---
apiVersion: v1
kind: Service
metadata:
name: jellyseerr-service
namespace: default
spec:
type: LoadBalancer
selector:
app: jellyseerr
ports:
- port: 5055
targetPort: 5055
protocol: TCP