Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Scale up Kafka Connect to 3 replicas at nca-teststand
Browse files Browse the repository at this point in the history
- Also try to save some resources by disabling cp-ksql-server and cp-kafka-rest (Rest Proxy)
  • Loading branch information
afausti committed May 26, 2020
1 parent 289e66b commit 4a93c47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/cp-helm-charts/values-ncsa-teststand.yaml
Expand Up @@ -105,7 +105,7 @@ cp-helm-charts:
## REST Proxy
## ------------------------------------------------------
cp-kafka-rest:
enabled: true
enabled: false
image: confluentinc/cp-kafka-rest
imageTag: 5.3.1
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
Expand All @@ -128,6 +128,7 @@ cp-helm-charts:
## ------------------------------------------------------
cp-kafka-connect:
enabled: true
replicaCount: 3
# This image adds specific connectors used by the EFD application
image: lsstsqre/cp-kafka-connect
imageTag: 5.3.2
Expand Down Expand Up @@ -155,7 +156,7 @@ cp-helm-charts:
## KSQL Server
## ------------------------------------------------------
cp-ksql-server:
enabled: true
enabled: false
image: confluentinc/cp-ksql-server
imageTag: 5.3.1
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 4a93c47

Please sign in to comment.