We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f43dc commit 6fcb934Copy full SHA for 6fcb934
tile/tile.yml
@@ -171,13 +171,21 @@ packages:
171
label: Splunk-Firehose-Nozzle
172
manifest:
173
memory: 256M
174
- instances: MY_INSTANCE_COUNT
+ instances: (( .properties.scale_out_nozzle.value ))
175
buildpack: binary_buildpack
176
health-check-type: process
177
no-route: true
178
path: ../splunk-firehose-nozzle
179
command: ./splunk-firehose-nozzle
180
env:
181
GOPACKAGENAME: main
182
- pre_deploy: |
183
- sed -i "s/MY_INSTANCE_COUNT/$SCALE_OUT_NOZZLE/g" $PACKAGE_PATH/splunk_firehose_nozzle/manifest.yml
+
184
185
186
187
188
189
190
191
0 commit comments