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
[Review the Major Changes section first before upgrading to a new version](https://artifacthub.io/packages/helm/projectcapsule/capsule/{{ .Version }}#major-changes)
Copy file name to clipboardexpand all lines: charts/capsule/README.md
+5
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ Here the values you can override:
129
129
| nodeSelector | object |`{}`| Set the node selector for the Capsule pod |
130
130
| podAnnotations | object |`{}`| Annotations to add to the capsule pod. |
131
131
| podSecurityContext | object |`{"runAsGroup":1002,"runAsNonRoot":true,"runAsUser":1002,"seccompProfile":{"type":"RuntimeDefault"}}`| Set the securityContext for the Capsule pod |
132
+
| ports | list |`[]`| Set additional ports for the deployment |
132
133
| priorityClassName | string |`""`| Set the priority class name of the Capsule pod |
| replicaCount | int |`1`| Set the replica count for capsule pod |
@@ -147,6 +148,7 @@ Here the values you can override:
147
148
| Key | Type | Default | Description |
148
149
|-----|------|---------|-------------|
149
150
| manager.hostNetwork | bool |`false`| Specifies if the container should be started in hostNetwork mode. Required for use in some managed kubernetes clusters (such as AWS EKS) with custom CNI (such as calico), because control-plane managed by AWS cannot communicate with pods' IP CIDR and admission webhooks are not working |
151
+
| manager.hostPID | bool |`false`| Specifies if the container should be started in hostPID mode. |
150
152
| manager.image.pullPolicy | string |`"IfNotPresent"`| Set the image pull policy. |
151
153
| manager.image.registry | string |`"ghcr.io"`| Set the image registry of capsule. |
152
154
| manager.image.repository | string |`"projectcapsule/capsule"`| Set the image repository of capsule. |
@@ -165,6 +167,9 @@ Here the values you can override:
165
167
| manager.rbac.existingRoles | list |`[]`| Specifies further cluster roles to be added to the Capsule manager service account. |
166
168
| manager.readinessProbe | object |`{"httpGet":{"path":"/readyz","port":10080}}`| Configure the readiness probe using Deployment probe spec |
167
169
| manager.resources | object |`{}`| Set the resource requests/limits for the Capsule manager container |
170
+
| manager.securityContext | object |`{}`| Set the securityContext for the Capsule container |
171
+
| manager.volumeMounts | list |`[]`| Set the additional volumeMounts needed for the Capsule manager container |
172
+
| manager.volumes | list |`[]`| Set the additional volumes needed for the Capsule manager container |
168
173
| manager.webhookPort | int |`9443`| Set an alternative to the default container port. Useful for use in some kubernetes clusters (such as GKE Private) with aggregator routing turned on, because pod ports have to be opened manually on the firewall side |
0 commit comments