diff options
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index ff953cf..9cd69c8 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -155,8 +155,7 @@ set +e deploy pgaas_initdb k8s-pgaas-initdb.yaml k8s-pgaas-initdb-inputs.yaml # Deploy service components -# tca, ves, prh, hv-ves, datafile-collector can be deployed simultaneously -deploy tca k8s-tca.yaml k8s-tca-inputs.yaml & +# tcagen2, ves, prh, hv-ves, datafile-collector can be deployed simultaneously deploy tcagen2 k8s-tcagen2.yaml k8s-tcagen2-inputs.yaml & deploy ves-tls k8s-ves.yaml k8s-ves-inputs-tls.yaml & deploy prh k8s-prh.yaml k8s-prh-inputs.yaml & |