You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the logs return `webserver is up!` then you have done everything correctly.
100
109
## **STEP 4**: UnDeploy (optional)
101
110
102
111
If you make changes to the image, you need to delete the service and the pods by running undeploy.sh then redo Steps 2 & 3.
@@ -113,57 +122,61 @@ The following command returns the Kubernetes service of MyToDo application with
113
122
The API Gateway protects any RESTful service running on Container Engine for Kubernetes, Compute, or other endpoints through policy enforcement, metrics and logging.
114
123
Rather than exposing the Helidon service directly, we will use the API Gateway to define cross-origin resource sharing (CORS).
115
124
116
-
1. From the hamburger menu navigate **Developer Services** > **API Management > Create Gateway**
117
-

118
-
119
-
2. Configure the basic info: name, compartment, VCN and Subnet
120
-
- VCN: pick on of the vitual circuit network
121
-
- Subnet pick the public subnet
122
-
The click "Create"
123
-

125
+
The setup script already creates an API gateway, but you still need to create the deployments in the api gateway.
124
126
125
-
3. Click on Todolist gateway
126
-

127
+
1. From the hamburger menu navigate **Developer Services** > **API Management > Create Gateway**
128
+

127
129
128
-
4. Click on Deployments
129
-

130
+
2. Click on the todolist gateway that has been created for you
131
+

130
132
131
-
5. Create a todolist deployment
132
-

133
+
3. Create a todolist deployment by clicking create deployment
0 commit comments