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