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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,8 +169,9 @@ Options for downloading the imgproxy image
169
169
|**resources.deployment.replicas.stepCount**|The max number of pods to be added/dropped during autoscaling step.|`1`|
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
-
|**resources.deployment.securityContext**|Hash of security context settings for your pods|`{}`|
172
+
|**resources.deployment.podSecurityContext**|Security context settings for pods|`{}`|
173
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)|`{}`|
174
+
|**resources.deployment.securityContext**|DEPRECATED: Security context settings for pods|`{}`|
174
175
|**resources.deployment.terminationGracePeriodSeconds**|A custom amount of time to terminate the app|`30`|
175
176
|**resources.deployment.tolerations**|Tolerations for Kubernetes taints||
176
177
|**resources.deployment.topologySpreadConstraints**|topologySpreadConstraints for distributing pods across zones|`[]`|
0 commit comments