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

View File

@@ -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

View File

@@ -14,7 +14,6 @@ spec:
labels:
app: jellyseerr
spec:
hostNetwork: true
initContainers:
- name: gluetun
image: qmcgaw/gluetun:v3.40.0