Commit 86ea4bf1 authored by rjshrjndrn's avatar rjshrjndrn
Browse files

fixing nginx public ingress for kube

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -34,7 +34,7 @@ jwt_token=$(sudo cat /root/jwt_token_player.txt)
# services="adminutil apimanager badger cert content enc learner lms notification player telemetry userorg"
# disabling some services due to unavailability of public images
services="adminutil apimanager content learner player telemetry nginx-private-ingress nginx-private-ingress"
services="adminutil apimanager content learner player telemetry nginx-private-ingress nginx-public-ingress"
for service in $services;
do
echo "@@@@@@@@@@@@@@ Deploying $service @@@@@@@@@@@@@@@@@@"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment