music-assistant host network disabled
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user