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: labels:
app: socktop-webterm app: socktop-webterm
spec: spec:
# Use host network to access Raspberry Pi nodes on port 8443 # Use standard pod networking
hostNetwork: true hostNetwork: false
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirst
containers: containers:
- name: webterm - name: webterm