| client.deploy |
Deploy client component |
true |
| client.image.repository |
Docker image repository |
link/lnk-client |
| client.image.tag |
Docker image tag |
1.3.1 |
| client.image.pullPolicy |
Docker image pull policy |
IfNotPresent |
| client.security.container.privileged |
Flag for running the main container in privileged mode |
false |
| client.inbound.protocol |
Inbound connection protocol (http,
https) |
https |
| client.inbound.baseRoute |
Base Path prefix for running the Client |
"/" |
| client.inbound.secret |
TLS secret for the inbound connection |
"" |
| client.outbound.server.protocol |
Protocol for client to server connection (http,
https) |
https |
| client.outbound.server.useCustomCA |
Use custom CA for validating server certificate |
"" |
| client.outbound.server.secret |
TLS secret for securing client connection to server |
"" |
| client.outbound.server.rejectUnauthorized |
Reject unauthorized server certificate |
false |
| client.outbound.server.verifyHostName |
Verify host name in the server certificate |
false |
| client.headers.crossOriginAllowedUrls |
Allow cross-origin requests in the client's headers. |
[] |
| client.serviceAccount.create |
Create client service account |
false |
| client.serviceAccount.annotations |
Annotations to add to the client service account |
"" |
| client.serviceAccount.existingName |
Name of pre-existing client service account |
"" |
| client.service.type |
Service type (ClusterIP,
NodePort,
LoadBalancer) |
ClusterIP |
| client.service.port.http |
Service port for HTTP inbound connection |
80 |
| client.service.port.https |
Service port for HTTPS inbound connection |
443 |
| client.extraEnvConfigMap |
ConfigMap with custom environment variables |
"" |
| client.extraEnvSecret |
Secret with custom environment variables |
"" |
| client.probes.liveness.enabled |
Enable liveness probe |
true |
| client.probes.liveness.initialDelaySeconds |
Delay in seconds for initial liveness probe |
30 |
| client.probes.liveness.periodSeconds |
Duration in seconds between liveness probes |
20 |
| client.probes.liveness.successThreshold |
Liveness probe success threshold |
1 |
| client.probes.liveness.failureThreshold |
Liveness probe failure threshold |
5 |
| client.probes.readiness.enabled |
Enable readiness probe |
true |
| client.probes.readiness.initialDelaySeconds |
Delay in seconds for initial readiness probe |
35 |
| client.probes.readiness.periodSeconds |
Duration in seconds between readiness probes |
20 |
| client.probes.readiness.successThreshold |
Readiness probe success threshold |
1 |
| client.probes.readiness.failureThreshold |
Readiness probe failure threshold |
5 |
| client.resources.requests.cpu |
Minimum CPU resources |
250m |
| client.resources.requests.memory |
Minimum memory resources |
700Mi |
| client.resources.limits.cpu |
Maximum CPU resources |
4000m |
| client.resources.limits.memory |
Maximum memory resouces |
8Gi |
| client.nodeSelector |
Node selector map |
{} |
| client.tolerations |
Tolerations array |
[] |
| client.affinity |
Pod affinity map |
{} |