We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deff0bb commit c003a77Copy full SHA for c003a77
helm-charts/saga-orchestration-service/values.yaml
@@ -64,6 +64,11 @@ env:
64
RDB_PASSWORD: "mongpassword123"
65
RDB_URL: "jdbc:mysql://localhost:3306/mong-saga?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC"
66
67
+ # Kafka configuration
68
+ KAFKA_BOOTSTRAP_SERVERS: "pkc-gq2xn.asia-northeast3.gcp.confluent.cloud:9092"
69
+ KAFKA_SASL_MECHANISM: "PLAIN"
70
+ KAFKA_SECURITY_PROTOCOL: "SASL_SSL"
71
+
72
# Logging
73
LOG_LEVEL: "INFO"
74
LOG_PROFILE: "text"
0 commit comments