You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ Options for downloading the imgproxy image
170
170
|**resources.deployment.replicas.stepSeconds**|The period in seconds (1-1800) during which up to `stepCount` pods can be added or dropped by autoscaler.|`60`|
171
171
|**resources.deployment.resources**|Hash of resource limits for your pods|`{}`|
172
172
|**resources.deployment.securityContext**|Hash of security context settings for your pods|`{}`|
173
+
|**resources.deployment.containerSecurityContext**|Security context setting for containers, see [the docs](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|`{}`|
173
174
|**resources.deployment.terminationGracePeriodSeconds**|A custom amount of time to terminate the app|`30`|
174
175
|**resources.deployment.tolerations**|Tolerations for Kubernetes taints||
175
176
|**resources.deployment.topologySpreadConstraints**|topologySpreadConstraints for distributing pods across zones|`[]`|
0 commit comments