change security context
This commit is contained in:
		@@ -9,6 +9,7 @@ cilium:
 | 
			
		||||
        - NET_ADMIN
 | 
			
		||||
        - NET_RAW
 | 
			
		||||
        - IPC_LOCK
 | 
			
		||||
        - NET_BIND_SERVICE
 | 
			
		||||
        - SYS_ADMIN
 | 
			
		||||
        - SYS_RESOURCE
 | 
			
		||||
        - DAC_OVERRIDE
 | 
			
		||||
@@ -19,6 +20,10 @@ cilium:
 | 
			
		||||
        - NET_ADMIN
 | 
			
		||||
        - SYS_ADMIN
 | 
			
		||||
        - SYS_RESOURCE
 | 
			
		||||
  envoy:
 | 
			
		||||
    securityContext:
 | 
			
		||||
      capabilities:
 | 
			
		||||
        keepCapNetBindService: true
 | 
			
		||||
  enableK8sEndpointSlice: true
 | 
			
		||||
  enableCiliumEndpointSlice: false
 | 
			
		||||
  ingressController:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user