update kafka and tcs
parent
4c7a676f14
commit
10fc0f69b3
|
@ -39,7 +39,7 @@ spec:
|
||||||
path: /data/elastic-training/es_data
|
path: /data/elastic-training/es_data
|
||||||
claimRef:
|
claimRef:
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
namespace:
|
namespace: training
|
||||||
name: elastic-training-elastic-1
|
name: elastic-training-elastic-1
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
required:
|
required:
|
||||||
|
|
|
@ -25,7 +25,7 @@ spec:
|
||||||
dataVolumeCapacity: 10Gi
|
dataVolumeCapacity: 10Gi
|
||||||
logVolumeCapacity: 10Gi
|
logVolumeCapacity: 10Gi
|
||||||
storageClass:
|
storageClass:
|
||||||
name: training-kafka
|
name: kafka-training
|
||||||
---
|
---
|
||||||
apiVersion: platform.confluent.io/v1beta1
|
apiVersion: platform.confluent.io/v1beta1
|
||||||
kind: Kafka
|
kind: Kafka
|
||||||
|
@ -62,7 +62,7 @@ spec:
|
||||||
init: confluentinc/confluent-init-container:2.6.0
|
init: confluentinc/confluent-init-container:2.6.0
|
||||||
dataVolumeCapacity: 20Gi
|
dataVolumeCapacity: 20Gi
|
||||||
storageClass:
|
storageClass:
|
||||||
name: training-kafka
|
name: kafka-training
|
||||||
metricReporter:
|
metricReporter:
|
||||||
enabled: true
|
enabled: true
|
||||||
listeners:
|
listeners:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
metadata:
|
metadata:
|
||||||
name: training-kafka
|
name: kafka-training
|
||||||
provisioner: openebs.io/local
|
provisioner: openebs.io/local
|
||||||
reclaimPolicy: Retain
|
reclaimPolicy: Retain
|
||||||
allowVolumeExpansion: true
|
allowVolumeExpansion: true
|
||||||
|
|
Loading…
Reference in New Issue