Sergey
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes-apps/metrics_server/templates/metrics-server-deployment.yaml.j2
|
@ -70,7 +70,7 @@ spec: |
|
|
allowPrivilegeEscalation: false |
|
|
allowPrivilegeEscalation: false |
|
|
capabilities: |
|
|
capabilities: |
|
|
drop: ["all"] |
|
|
drop: ["all"] |
|
|
add: ["CAP_NET_BIND_SERVICE"] |
|
|
|
|
|
|
|
|
add: ["NET_BIND_SERVICE"] |
|
|
readOnlyRootFilesystem: true |
|
|
readOnlyRootFilesystem: true |
|
|
runAsGroup: 10001 |
|
|
runAsGroup: 10001 |
|
|
runAsNonRoot: true |
|
|
runAsNonRoot: true |
|
|