mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Merge pull request #178 from oceanprotocol/feature/update_k8s_to_pacific
Updated the script to deploy on pacific-ocean
This commit is contained in:
commit
e0ca17883f
4
scripts/deploy_on_k8s.sh
Normal file → Executable file
4
scripts/deploy_on_k8s.sh
Normal file → Executable file
@ -37,8 +37,8 @@ users:
|
||||
EOF
|
||||
|
||||
# Patch deployed versions in k8s cluster
|
||||
/tmp/kubectl patch deployment marketplace-client-commons -p\
|
||||
/tmp/kubectl patch deployment -n pacific-ocean marketplace-client-commons -p\
|
||||
"{\"spec\":{\"template\":{\"spec\":{\"containers\":[{\"name\":\"marketplace-commons\",\"image\":\"oceanprotocol/commons_client:${TRAVIS_TAG}\"}]}}}}"
|
||||
|
||||
/tmp/kubectl patch deployment marketplace-server-commons -p\
|
||||
/tmp/kubectl patch deployment -n pacific-ocean marketplace-server-commons -p\
|
||||
"{\"spec\":{\"template\":{\"spec\":{\"containers\":[{\"name\":\"marketplace-server-commons\",\"image\":\"oceanprotocol/commons_server:${TRAVIS_TAG}\"}]}}}}"
|
||||
|
Loading…
Reference in New Issue
Block a user