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. |
@@ -184,7 +185,7 @@ If you only need to make minor customizations, you can specify them on the comma
184
185
| options.disableCaching | bool |`false`| Disable the go-client caching to hit directly the Kubernetes API Server, it disables any local caching as the rolebinding reflector. |
185
186
| options.enableSSL | bool |`true`| Specify if capsule-proxy will use SSL |
186
187
| options.extraArgs | list |`[]`| A list of extra arguments to add to the capsule-proxy. |
187
-
| options.generateCertificates | bool |`true`| Specify if capsule-proxy will generate self-signed SSL certificates |
188
+
| options.generateCertificates | bool |`false`| Specify if capsule-proxy will generate self-signed SSL certificates |
188
189
| options.ignoredUserGroups | list |`[]`| Define which groups must be ignored while proxying requests |
189
190
| options.leaderElection | bool |`false`| Set leader election to true if you are running n-replicas |
190
191
| options.listeningPort | int |`9001`| Set the listening port of the capsule-proxy |
@@ -207,7 +208,7 @@ You can manage the certificate with the help of [cert-manager](https://cert-mana
207
208
| certManager.certificate.uris | list |`[]`| Additional URIs to include in certificate |
208
209
| certManager.externalCA.enabled | bool |`false`| Set if want cert manager to sign certificates with an external CA |
| certManager.generateCertificates | bool |`false`| Set if the cert manager will generate SSL certificates (self-signed or CA-signed) |
211
+
| certManager.generateCertificates | bool |`true`| Set if the cert manager will generate SSL certificates (self-signed or CA-signed) |
211
212
| certManager.issuer.kind | string |`"Issuer"`| Set if the cert manager will generate either self-signed or CA signed SSL certificates. Its value will be either Issuer or ClusterIssuer |
212
213
| certManager.issuer.name | string |`""`| Set the name of the ClusterIssuer if issuer kind is ClusterIssuer and if cert manager will generate CA signed SSL certificates |
213
214
@@ -280,6 +281,51 @@ You can manage the certificate with the help of [cert-manager](https://cert-mana
| gangplank.livenessProbe | object |`{"httpGet":{"path":"/","port":"http"}}`| Configure the liveness probe using Deployment probe specs |
308
+
| gangplank.nodeSelector | object |`{}`| Set the node selector |
309
+
| gangplank.podAnnotations | object |`{}`| Annotations to add to the pod. |
310
+
| gangplank.podLabels | object |`{}`| Labels to add to the pod. |
311
+
| gangplank.podSecurityContext | object |`{"seccompProfile":{"type":"RuntimeDefault"}}`| Set the securityContext for the Pod |
312
+
| gangplank.priorityClassName | string |`""`| Set a pod priorityClassName |
313
+
| gangplank.readinessProbe | object |`{"httpGet":{"path":"/","port":"http"}}`| Configure the readiness probe using Deployment probe spec |
314
+
| gangplank.replicaCount | int |`1`| Set the replica count |
315
+
| gangplank.resources | object |`{}`| Set the resource requests/limits |
316
+
| gangplank.securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsGroup":65534,"runAsNonRoot":true,"runAsUser":65534}`| Set the securityContext for the Container |
0 commit comments