Remove restart policy because its pod level and i want bind-master restarting
This commit is contained in:
parent
e69ff2ae25
commit
e41bf4f218
1 changed files with 0 additions and 2 deletions
|
@ -108,12 +108,10 @@ spec:
|
||||||
- -c
|
- -c
|
||||||
- >
|
- >
|
||||||
while true ; do sleep 3600 ; done
|
while true ; do sleep 3600 ; done
|
||||||
curl -o /hints/root.hints https://www.internic.net/domain/named.cache
|
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /hints
|
- mountPath: /hints
|
||||||
name: root-hints
|
name: root-hints
|
||||||
restartPolicy: Never
|
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: bind-master
|
- name: bind-master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue