Nginx hostnetwork with privileged namespace
This commit is contained in:
parent
9dd2d7d85c
commit
b34b075d10
2 changed files with 13 additions and 0 deletions
8
charts/ingress-nginx/namespace.yaml
Normal file
8
charts/ingress-nginx/namespace.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/audit: privileged
|
||||
pod-security.kubernetes.io/warn: privileged
|
||||
|
|
@ -1,2 +1,7 @@
|
|||
controller:
|
||||
hostNetwork: true
|
||||
hostPort:
|
||||
enabled: true
|
||||
kind: DaemonSet
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue