Skip to content

Commit

Permalink
fix error in solution
Browse files Browse the repository at this point in the history
It should be `backend` instead of `frontend`.
  • Loading branch information
amo13 authored Nov 22, 2023
1 parent 7362238 commit f6ca77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessing-your-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Now we will deploy both the frontend and backend pods.
You should see something like this:

```
k get pods frontend -o wide
k get pods backend -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
backend 1/1 Running 0 11s 10.0.40.196 ip-10-0-35-102.eu-west-1.compute.internal <none> <none>
```
Expand Down

0 comments on commit f6ca77c

Please sign in to comment.