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
@@ -29,7 +29,7 @@ spec:
|
||||
|
||||
# set cloud platform name
|
||||
- name: CLOUD_PLATFORM
|
||||
value: 'GCP'
|
||||
value: 'GKE'
|
||||
|
||||
# set app_check to check application state
|
||||
- name: APP_CHECK
|
||||
|
@@ -53,9 +53,9 @@ spec:
|
||||
- name: CHAOS_NAMESPACE
|
||||
value: ''
|
||||
|
||||
# It supports GCP and AWS
|
||||
# GKE and AWS supported
|
||||
- name: CLOUD_PLATFORM
|
||||
value: 'GCP'
|
||||
value: 'GKE'
|
||||
|
||||
- name: PROJECT_ID
|
||||
value: ''
|
||||
|
Reference in New Issue
Block a user