set host networking to false

This commit is contained in:
jasonwitty 2025-11-28 12:49:54 -08:00
parent 01c85cbb7a
commit b50cb50f14

View File

@ -14,9 +14,9 @@ spec:
labels:
app: socktop-webterm
spec:
# Use host network to access Raspberry Pi nodes on port 8443
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
# Use standard pod networking
hostNetwork: false
dnsPolicy: ClusterFirst
containers:
- name: webterm