diff --git a/kubernetes/03-deployment.yaml b/kubernetes/03-deployment.yaml index ec671b7..68368a5 100644 --- a/kubernetes/03-deployment.yaml +++ b/kubernetes/03-deployment.yaml @@ -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