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 aee30d6 commit c8ea058Copy full SHA for c8ea058
tile/tile.yml
@@ -121,23 +121,15 @@ forms:
121
packages:
122
- name: splunk-firehose-nozzle
123
type: app
124
- label: Splunk-Firehose-Nozzle
+ label: Splunk-Firehose-Nozzle
125
manifest:
126
- memory: 512M
127
- instances: (( .properties.scale_out_nozzle.value ))
+ memory: 512M
+ instances: MY_INSTANCE_COUNT
128
buildpack: binary_buildpack
129
path: ../splunk-firehose-nozzle
130
command: ./splunk-firehose-nozzle
131
env:
132
GOPACKAGENAME: main
133
-
134
135
136
137
138
139
140
141
142
143
+ pre_deploy:
+ sed -i "s/MY_INSTANCE_COUNT/$SCALE_OUT_NOZZLE/g" $PACKAGE_PATH/splunk_firehose_nozzle/manifest.yml
0 commit comments