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
3. Apply configuration files in the `kubernetes` folder:
19
-
```
22
+
23
+
```bash
20
24
kubectl apply -f kubernetes/
21
25
```
26
+
22
27
This will create the `fiap-grupo-63` namespace and all the
23
28
objects required to run the workload inside it.
24
29
25
30
4. If you're using minikube, you _need_ to forward the backend service using [`minikube service`](https://minikube.sigs.k8s.io/docs/commands/service/):
31
+
26
32
```
27
33
minikube service soat-tech-challenge-backend-service -n fiap-grupo-63
28
34
```
35
+
29
36
It'll automatically open a browser window with the proper URL.
30
37
31
38
5. If you're using Docker Desktop's Kubernetes you can access http://localhost:30000/ or http://localhost:30000/swagger-ui/index.html to access a live OpenAPI spec of the available endpoints.
@@ -85,10 +92,16 @@ Execute the steps in "Executing (for teachers)" at the beginning of this doc.
0 commit comments