fix network access
This commit is contained in:
@ -63,13 +63,12 @@ podAnnotations: {}
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
||||
securityContext: {}
|
||||
# capabilities:
|
||||
# drop:
|
||||
# - ALL
|
||||
# readOnlyRootFilesystem: true
|
||||
# runAsNonRoot: true
|
||||
# runAsUser: 1000
|
||||
securityContext:
|
||||
privileged: true
|
||||
capabilities:
|
||||
add:
|
||||
- SYS_ADMIN # Required for mount operations
|
||||
- DAC_READ_SEARCH
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
|
Reference in New Issue
Block a user