File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,13 @@ This guide demonstrates steps required to enable the KMS Plugin for Key Vault in
81
81
- --healthz-path=/healthz # [OPTIONAL] path for health check. Default is /healthz
82
82
- --healthz-timeout=20s # [OPTIONAL] RPC timeout for health check. Default is 20s
83
83
- -v=1
84
+ securityContext :
85
+ allowPrivilegeEscalation : false
86
+ capabilities :
87
+ drop :
88
+ - ALL
89
+ readOnlyRootFilesystem : true
90
+ runAsUser : 0
84
91
ports :
85
92
- containerPort : 8787 # Must match the value defined in --healthz-port
86
93
protocol : TCP
Original file line number Diff line number Diff line change 41
41
- --healthz-path=/healthz # [OPTIONAL] path for health check. Default is /healthz
42
42
- --healthz-timeout=20s # [OPTIONAL] RPC timeout for health check. Default is 20s
43
43
- -v=5
44
+ securityContext :
45
+ allowPrivilegeEscalation : false
46
+ capabilities :
47
+ drop :
48
+ - ALL
49
+ readOnlyRootFilesystem : true
50
+ runAsUser : 0
44
51
ports :
45
52
- containerPort : 8788 # Must match the value defined in --healthz-port
46
53
protocol : TCP
You can’t perform that action at this time.
0 commit comments