Added redis keda connector (#2176)

This commit is contained in:
Ankit Chawla
2021-09-06 10:01:35 +05:30
committed by GitHub
parent eb31381094
commit ce85b27803
4 changed files with 14 additions and 5 deletions
+5 -2
View File
@@ -108,7 +108,7 @@ router:
## Sample with a rate per time window (traces/second)
traceSamplingRate: 0.5
## Extend the container specs for the router fission pods.
## Can be used to add things like affinty/tolerations/nodeSelectors/etc.
## For example:
@@ -238,7 +238,7 @@ openTracing:
## if enabled is true, the variable is endpoint of Jaeger collector in the format shown below
#collectorEndpoint: "http://jaeger-collector.jaeger.svc:14268/api/traces?format=jaeger.thrift"
## uniformly sample traces with the given probabilistic sampling rate
#samplingRate: 0.75
@@ -269,3 +269,6 @@ mqt_keda:
gcp_pub_sub:
image: fission/keda-gcp-pubsub-http-connector
tag: v0.2
redis:
image: fission/keda-redis-http-connector
tag: v0.1