@@ -23,10 +23,18 @@ spec:
terminationGracePeriodSeconds: 180
#nodeSelector:
# app/role: book-webview
- dnsPolicy: ClusterFirstWithHostNet
+ dnsPolicy: "None"
dnsConfig:
nameservers:
+ - 223.5.5.5
- 10.26.22.50
+ searches:
+ - pro.svc.cluster.local
+ - svc.cluster.local
+ - cluster.local
+ options:
+ - name: ndots
+ value: "5"
initContainers:
- name: init
image: hub.evbj.easou.com/dev/busybox