Skip to content

Commit 6fcb934

Browse files
committed
updating tile te reflect redcent udates to tile-gen
1 parent a0f43dc commit 6fcb934

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

tile/tile.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,21 @@ packages:
171171
label: Splunk-Firehose-Nozzle
172172
manifest:
173173
memory: 256M
174-
instances: MY_INSTANCE_COUNT
174+
instances: (( .properties.scale_out_nozzle.value ))
175175
buildpack: binary_buildpack
176176
health-check-type: process
177177
no-route: true
178178
path: ../splunk-firehose-nozzle
179179
command: ./splunk-firehose-nozzle
180180
env:
181181
GOPACKAGENAME: main
182-
pre_deploy: |
183-
sed -i "s/MY_INSTANCE_COUNT/$SCALE_OUT_NOZZLE/g" $PACKAGE_PATH/splunk_firehose_nozzle/manifest.yml
182+
183+
184+
185+
186+
187+
188+
189+
190+
191+

0 commit comments

Comments
 (0)