作者 Administrator

更新 sumifcc-bchart.yaml

@@ -55,6 +55,12 @@ spec: @@ -55,6 +55,12 @@ spec:
55 value: "1" 55 value: "1"
56 - name: ERROR_BASE_CODE_MULTIPLE 56 - name: ERROR_BASE_CODE_MULTIPLE
57 value: "1000" 57 value: "1000"
  58 + - name: KAFKA_BROKER
  59 + value: "192.168.0.250:9092"
  60 + - name: KAFKA_GROUP
  61 + value: "sumifcc_bchart"
  62 + - name: KAFKA_TOPIC
  63 + value: "allied_creation_metadata_table_sync_notice"
58 volumes: 64 volumes:
59 - name: accesslogs 65 - name: accesslogs
60 emptyDir: {} 66 emptyDir: {}