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: charts/capsule-proxy/README.md
+8
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ If you only need to make minor customizations, you can specify them on the comma
62
62
|-----|------|---------|-------------|
63
63
| affinity | object |`{}`| Set affinity rules for the capsule-proxy pod. |
64
64
| certManager.certificate.dnsNames | list |`[]`| Additional DNS Names to include in certificate |
65
+
| certManager.certificate.includeInternalServiceNames | bool |`true`| Include internal service names in certificate (disable if you create a public cert) |
65
66
| certManager.certificate.ipAddresses | list |`[]`| Additional IP Addresses to include in certificate |
66
67
| certManager.certificate.uris | list |`[]`| Additional URIs to include in certificate |
67
68
| certManager.externalCA.enabled | bool |`false`| Set if want cert manager to sign certificates with an external CA |
@@ -71,18 +72,25 @@ If you only need to make minor customizations, you can specify them on the comma
71
72
| 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 |
72
73
| daemonset.hostNetwork | bool |`false`| Use the host network namespace for capsule-proxy pod. |
73
74
| daemonset.hostPort | bool |`false`| Binding the capsule-proxy listening port to the host port. |
75
+
| hostNetwork | bool |`false`| When deployed as DaemonSet use |
74
76
| image.pullPolicy | string |`"IfNotPresent"`| Set the image pull policy. |
75
77
| image.registry | string |`"ghcr.io"`| Set the image registry for capsule-proxy |
76
78
| image.repository | string |`"projectcapsule/capsule-proxy"`| Set the image repository for capsule-proxy. |
77
79
| image.tag | string |`""`| Overrides the image tag whose default is the chart appVersion. |
78
80
| imagePullSecrets | list |`[]`| Configuration for `imagePullSecrets` so that you can use a private images registry. |
81
+
| jobs.affinity | object |`{}`| Set affinity rules |
79
82
| jobs.annotations | object |`{}`| Annotations to add to the certgen job. |
80
83
| jobs.certs.pullPolicy | string |`"IfNotPresent"`| Set the image pull policy of the post install certgen job |
81
84
| jobs.certs.registry | string |`"docker.io"`| Set the image repository of the post install certgen job |
82
85
| jobs.certs.repository | string |`"jettech/kube-webhook-certgen"`| Set the image repository of the post install certgen job |
83
86
| jobs.certs.tag | string |`"v1.3.0"`| Set the image tag of the post install certgen job |
87
+
| jobs.nodeSelector | object |`{}`| Set the node selector |
84
88
| jobs.podSecurityContext | object |`{"seccompProfile":{"type":"RuntimeDefault"}}`| Security context for the job pods. |
89
+
| jobs.priorityClassName | string |`""`| Set a pod priorityClassName |
90
+
| jobs.restartPolicy | string |`"Never"`| Set the restartPolicy |
85
91
| jobs.securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":1002,"runAsNonRoot":true,"runAsUser":1002}`| Security context for the job containers. |
92
+
| jobs.tolerations | list |`[]`| Set list of tolerations |
93
+
| jobs.topologySpreadConstraints | list |`[]`| Set Topology Spread Constraints |
86
94
| jobs.ttlSecondsAfterFinished | int |`60`| Sets the ttl in seconds after a finished certgen job is deleted. Set to -1 to never delete. |
87
95
| kind | string |`"Deployment"`| Set the deployment mode of the capsule-proxy as `Deployment` or `DaemonSet`. |
88
96
| nodeSelector | object |`{}`| Set the node selector for the capsule-proxy pod. |
0 commit comments