Skip to content

Commit 7883848

Browse files
author
Tomas Neubauer
committed
Add deployment Query
1 parent 85540c0 commit 7883848

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

quix.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,18 @@ deployments:
282282
description: Name of the input topic to listen to.
283283
required: false
284284
value: sensor-data
285+
- name: Query
286+
application: query
287+
version: latest
288+
deploymentType: Service
289+
resources:
290+
cpu: 200
291+
memory: 500
292+
replicas: 1
293+
publicAccess:
294+
enabled: true
295+
urlPrefix: query
296+
variables: []
285297

286298
# This section describes the Topics of the data pipeline
287299
topics:

0 commit comments

Comments
 (0)