kafkaLink.deploy |
Deploy kafka-link component |
false |
kafkaLink.image.repository |
Docker image repository |
link/lnk-kafka-link |
kafkaLink.image.tag |
Docker image tag |
1.3.1 |
kafkaLink.image.pullPolicy |
Docker image pull policy |
IfNotPresent |
kafkaLink.security.container.privileged |
Flag for running the main container in privileged
mode |
false |
kafkaLink.serviceAccount.create |
Create kafka-link service account |
false |
kafkaLink.serviceAccount.annotations |
Annotations to add to the kafka-link service
account |
"" |
kafkaLink.serviceAccount.existingName |
Name of pre-existing kafka-link service account |
"" |
kafkaLink.kafkaBroker.fullname |
Kafka broker full host name |
unica-kafka |
kafkaLink.kafkaBroker.name |
Kafka broker base name |
kafka-0.kafka |
kafkaLink.kafkaBroker.port |
Kafka broker listen port |
9092 |
kafkaLink.kafkaBroker.externalName |
Externally provided Kafka Brokers |
"" |
kafkaLink.kafkaBroker.security.protocol |
Kafka Broker protocol |
"" |
kafkaLink.kafkaBroker.security.sasl.enabled |
Enable or disable Kafka Broker SASL authentication |
false |
kafkaLink.kafkaBroker.security.sasl.mechanism |
Kafka Brokers SASL mechanism for authentication |
"" |
kafkaLink.kafkaBroker.security.sasl.secret |
Kafka Brokers SASL secret |
"" |
kafkaLink.kafkaBroker.security.ssl.enabled |
Enable or disable Kafka Broker SSL authentication |
false |
kafkaLink.kafkaBroker.security.ssl.secret |
Kafka Brokers SSL secret |
"" |
kafkaLink.projectName |
Project name is used for journey project |
_app_journey |
kafkaLink.requestTopic |
Kafka topic for request messages from client |
OUTGOING_MESSAGES |
kafkaLink.responseTopic |
Kafka topic for response messages to client |
INCOMING_MESSAGES |
kafkaLink.consumerGroup |
Kafka consumer group |
"" |
kafkaLink.persistence.data.existingClaim |
Existing PVC for the data volume |
"" |
kafkaLink.persistence.data.useDefaultStorageClass |
Use default storage class for the data PVC |
true |
kafkaLink.persistence.data.storageClass |
Storage class name for the data PVC |
"" |
kafkaLink.persistence.data.accessMode |
Access mode for the data PVC |
ReadWriteOnce |
kafkaLink.persistence.data.size |
Requested storage size for the data PVC |
2Gi |
kafkaLink.persistence.data.annotations |
Annotations for the data PVC |
{} |
kafkaLink.resources.requests.cpu |
Minimum CPU resources |
250m |
kafkaLink.resources.requests.memory |
Minimum memory resources |
700Mi |
kafkaLink.resources.limits.cpu |
Maximum CPU resources |
2000m |
kafkaLink.resources.limits.memory |
Maximum memory resouces |
4Gi |
kafkaLink.nodeSelector |
Node selector map |
{} |
kafkaLink.tolerations |
Tolerations array |
[] |
kafkaLink.affinity |
Pod affinity map |
{} |