Skip to content

Commit

Permalink
Merge pull request #107 from amo13/patch-1
Browse files Browse the repository at this point in the history
fix error in solution
  • Loading branch information
sofusalbertsen committed Jan 18, 2024
2 parents 9c47348 + f6ca77c commit 3e6584c
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 3e6584c

Please sign in to comment.