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