We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3b8c0 commit 1faa40eCopy full SHA for 1faa40e
1 file changed
functions/async/pubsub/producer/deploy.yaml
@@ -29,12 +29,12 @@ spec:
29
value: "autoscaling-producer"
30
- name: TOPIC_NAME
31
value: "sample-topic"
32
-# - name: NUMBER_OF_PUBLISHERS
33
-# value: "10"
34
-# - name: PUBLISHERS_DELAY
35
-# value: "1s"
36
-# - name: PUBLISHERS_FREQ
37
+ - name: NUMBER_OF_PUBLISHERS
+ value: "5"
+ - name: PUBLISHERS_DELAY
+ value: "1s"
+ - name: PUBLISHERS_FREQ
38
ports:
39
- containerPort: 60034
40
name: function-port
0 commit comments