music-assistant host network disabled

This commit is contained in:
Philip Haupt
2026-03-26 15:26:54 +01:00
parent f1bc35976f
commit ae66584b45
2 changed files with 1 additions and 3 deletions

View File

@@ -85,8 +85,6 @@ spec:
volumeMounts:
- mountPath: /data
name: data
dnsPolicy: ClusterFirst
hostNetwork: true
volumes:
- name: data
persistentVolumeClaim:

View File

@@ -74,7 +74,7 @@ securityContext:
- ALL
# -- Run the pod in the node network namespace
hostNetwork: true
hostNetwork: false
# -- DNS policy when using host networking
dnsPolicy: ClusterFirst