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: volumeMounts:
- mountPath: /data - mountPath: /data
name: data name: data
dnsPolicy: ClusterFirst
hostNetwork: true
volumes: volumes:
- name: data - name: data
persistentVolumeClaim: persistentVolumeClaim:

View File

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