Remove dnsPolicy from PSP (#4864)
This commit is contained in:
parent
27a99e0a3f
commit
c8d95a1586
3 changed files with 0 additions and 5 deletions
|
@ -26,7 +26,6 @@ spec:
|
||||||
- 'downwardAPI'
|
- 'downwardAPI'
|
||||||
- 'persistentVolumeClaim'
|
- 'persistentVolumeClaim'
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
|
||||||
hostIPC: false
|
hostIPC: false
|
||||||
hostPID: false
|
hostPID: false
|
||||||
runAsUser:
|
runAsUser:
|
||||||
|
|
|
@ -26,9 +26,6 @@ spec:
|
||||||
- 'downwardAPI'
|
- 'downwardAPI'
|
||||||
- 'persistentVolumeClaim'
|
- 'persistentVolumeClaim'
|
||||||
hostNetwork: {{ ingress_nginx_host_network|bool }}
|
hostNetwork: {{ ingress_nginx_host_network|bool }}
|
||||||
{%% if ingress_nginx_host_network %}
|
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
|
||||||
{% endif %}
|
|
||||||
hostPorts:
|
hostPorts:
|
||||||
- min: 0
|
- min: 0
|
||||||
max: 65535
|
max: 65535
|
||||||
|
|
|
@ -35,7 +35,6 @@ spec:
|
||||||
- 'downwardAPI'
|
- 'downwardAPI'
|
||||||
- 'persistentVolumeClaim'
|
- 'persistentVolumeClaim'
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
|
||||||
hostPorts:
|
hostPorts:
|
||||||
- min: 5000
|
- min: 5000
|
||||||
max: 5000
|
max: 5000
|
||||||
|
|
Loading…
Reference in a new issue