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
| replicaCount | int |`1`| Set the replica count for capsule-proxy pod. |
130
133
| resources.limits.cpu | string |`"200m"`| Set the CPU requests assigned to the controller. |
131
134
| resources.limits.memory | string |`"128Mi"`| Set the memory requests assigned to the controller. |
@@ -138,6 +141,8 @@ If you only need to make minor customizations, you can specify them on the comma
138
141
| serviceAccount.name | string | `capsule-proxy`` | The name of the service account to use. If not set and `serviceAccount.create=true`, a name is generated using the fullname template |
139
142
| tolerations | list |`[]`| Set list of tolerations for the capsule-proxy pod. |
140
143
| topologySpreadConstraints | list |`[]`| Topology Spread Constraints for the capsule-proxy pod. |
144
+
| volumeMounts | list |`[]`| Additional volume mounts |
0 commit comments