feat(kafka): Adding EKS platform to kafka-broker-pod-failure (#182)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
7e33cebd2b
commit
c92f4db433
@@ -60,8 +60,13 @@ spec:
|
||||
- name: KAFKA_LIVENESS_IMAGE
|
||||
value: 'litmuschaos/kafka-client:ci'
|
||||
|
||||
# set to 'enabled' if you have auth set up
|
||||
- name: KAFKA_SASL_AUTH
|
||||
value: 'disabled'
|
||||
|
||||
# Recommended timeout for EKS platform: 60000 ms
|
||||
- name: KAFKA_CONSUMER_TIMEOUT
|
||||
value: '30000'
|
||||
value: '30000' #in ms
|
||||
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '15'
|
||||
|
Reference in New Issue
Block a user