diff options
| author | fengweihao <[email protected]> | 2024-09-09 14:10:55 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-09-09 14:10:55 +0800 |
| commit | 9e07a894635521547fd6990b4f46e206931792b4 (patch) | |
| tree | 141febd156e2befde2f2f0207773ccf89ccd9d6c | |
| parent | 1368d019d2854ebb40bf5d0a8822ab957e13dd4a (diff) | |
Update file_stream_topic in tfe.conf template
| -rw-r--r-- | ansible/roles/traffic-engine/files/helm/conf/tfe.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/traffic-engine/files/helm/conf/tfe.conf b/ansible/roles/traffic-engine/files/helm/conf/tfe.conf index d2841ab9..ddfe9aee 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/tfe.conf +++ b/ansible/roles/traffic-engine/files/helm/conf/tfe.conf @@ -192,7 +192,7 @@ sasl_username={{ .Values.external_resources.olap.kafka_brokers.sasl_username }} sasl_passwd={{ .Values.external_resources.olap.kafka_brokers.sasl_password }} rule_hits_topic=POLICY-RULE-METRIC proxy_event_topic=PROXY-EVENT -file_stream_topic=TRAFFIC-FILE-STREAM-RECORD +file_stream_topic=TRAFFIC-HTTP-FILE-STREAM-RECORD exch_cert_topic=PXY-EXCH-INTERMEDIA-CERT [maat] |
