Skip to content

Commit

Permalink
BC-6088 devcluster split preparation (#4656)
Browse files Browse the repository at this point in the history
change the call to the namespace activator to an internal one so we
don't have the dependency on the domain here
  • Loading branch information
Loki-Afro authored Dec 19, 2023
1 parent 70035f6 commit a8d50bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
echo "gg, hacky mongo replicaset"
fi
{% if KEDA_NAMESPACE_ACTIVATOR_ENABLED is defined %}
curl -XPUT -H 'Content-Type: application/json' -L 'https://activate.cd.dbildungscloud.dev/namespace' -d '{"name" : "{{ NAMESPACE }}"}'
curl -XPUT -H 'Content-Type: application/json' -L 'http://ns-activator-svc.sc-common.svc.cluster.local:8080/namespace' -d '{"name" : "{{ NAMESPACE }}"}'
{% endif %}
echo "seeding database"
curl --retry 360 --retry-all-errors --retry-delay 10 -X POST 'http://mgmt-svc:3333/api/management/database/seed?with-indexes=true'
Expand Down

0 comments on commit a8d50bc

Please sign in to comment.