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
| readinessProbe | object |`{"httpGet":{"path":"/readyz","port":10080}}`| Configure the readiness probe using Deployment probe spec |
122
126
| replicaCount | int |`1`| Amount of replicas |
123
-
| resources | object |`{"limits":{"cpu":"200m","memory":"128Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}`| Set the resource requests/limits |
127
+
| resources | object |`{}`| Set the resource requests/limits |
124
128
| securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":1000}`| Set the securityContext for the container |
125
129
| serviceAccount.annotations | object |`{}`| Annotations to add to the service account. |
126
130
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created. |
0 commit comments