set host networking to false
This commit is contained in:
parent
01c85cbb7a
commit
b50cb50f14
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user