Skip to content
Snippets Groups Projects

Context Performance Scalability

Merged Lluis Gifre Renom requested to merge feat/context-performance-scalability into develop
33 files
+ 514
183
Compare changes
  • Side-by-side
  • Inline
Files
33
+ 1
1
@@ -53,7 +53,7 @@ function nats_deploy_single() {
@@ -53,7 +53,7 @@ function nats_deploy_single() {
echo ">>> NATS is present; skipping step."
echo ">>> NATS is present; skipping step."
else
else
echo ">>> Deploy NATS"
echo ">>> Deploy NATS"
helm3 install ${NATS_NAMESPACE} nats/nats --namespace ${NATS_NAMESPACE} --set nats.image.tag=2.9-alpine
helm3 install ${NATS_NAMESPACE} nats/nats --namespace ${NATS_NAMESPACE} --set nats.image=nats:2.9-alpine
echo ">>> Waiting NATS statefulset to be created..."
echo ">>> Waiting NATS statefulset to be created..."
while ! kubectl get --namespace ${NATS_NAMESPACE} statefulset/${NATS_NAMESPACE} &> /dev/null; do
while ! kubectl get --namespace ${NATS_NAMESPACE} statefulset/${NATS_NAMESPACE} &> /dev/null; do
Loading