@@ -372,7 +372,7 @@ class CliProxyTest < CliTestCase
372
372
run_command ( "boot_config" , "set" , "--metrics_port" , "9000" , "--debug" , "true" ) . tap do |output |
373
373
%w[ 1.1.1.1 1.1.1.2 ] . each do |host |
374
374
assert_match "Running /usr/bin/env mkdir -p .kamal/proxy on #{ host } " , output
375
- assert_match "Running /usr/bin/env rm .kamal/proxy/options on #{ host } " , output
375
+ assert_match "Uploading \" --publish 80:80 --publish 443:443 --log-opt max-size=10m --expose=9000 \" to .kamal/proxy/options on #{ host } " , output
376
376
assert_match "Running /usr/bin/env rm .kamal/proxy/image on #{ host } " , output
377
377
assert_match "Running /usr/bin/env rm .kamal/proxy/image_version on #{ host } " , output
378
378
assert_match "Uploading \" kamal-proxy run --debug --metrics-port \\ \" 9000\\ \" \" to .kamal/proxy/run_command on #{ host } " , output
@@ -383,7 +383,7 @@ class CliProxyTest < CliTestCase
383
383
test "boot_config set all" do
384
384
run_command ( "boot_config" , "set" , "--docker_options" , "label=foo=bar" , "--registry" , "myreg" , "--repository" , "myrepo" , "--image_version" , "0.9.9" , "--metrics_port" , "9000" , "--debug" , "true" ) . tap do |output |
385
385
%w[ 1.1.1.1 1.1.1.2 ] . each do |host |
386
- assert_match "Uploading \" --publish 80:80 --publish 443:443 --log-opt max-size=10m --label=foo=bar\" to .kamal/proxy/options on #{ host } " , output
386
+ assert_match "Uploading \" --publish 80:80 --publish 443:443 --log-opt max-size=10m --expose=9000 -- label=foo=bar\" to .kamal/proxy/options on #{ host } " , output
387
387
assert_match "Uploading \" myreg/myrepo/kamal-proxy\" to .kamal/proxy/image on #{ host } " , output
388
388
assert_match "Uploading \" 0.9.9\" to .kamal/proxy/image_version on #{ host } " , output
389
389
assert_match "Uploading \" kamal-proxy run --debug --metrics-port \\ \" 9000\\ \" \" to .kamal/proxy/run_command on #{ host } " , output
0 commit comments