Skip to content

Commit

Permalink
updated quickstart
Browse files Browse the repository at this point in the history
Signed-off-by: Maia Iyer <[email protected]>
  • Loading branch information
maia-iyer committed Oct 7, 2024
1 parent d4cebd9 commit 6aea985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
periodSeconds: 5
### 👈 BEGIN ADDITIONAL CONTAINER ###
- name: tornjak-backend
image: ghcr.io/spiffe/tornjak-backend:latest
image: ghcr.io/spiffe/tornjak-backend:2.0.0
args:
- --config
- /run/spire/config/server.conf
Expand Down Expand Up @@ -441,7 +441,7 @@ Forwarding from [::1]:10000 -> 10000
While this runs, open a browser to

```
http://localhost:10000/api/tornjak/serverinfo
http://localhost:10000/api/v1/tornjak/serverinfo
```

This output represents the backend response. Now you should be able to make Tornjak API calls!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
periodSeconds: 5
### 👈 BEGIN ADDITIONAL CONTAINER ###
- name: tornjak-backend
image: ghcr.io/spiffe/tornjak-backend:v1.5.0
image: ghcr.io/spiffe/tornjak-backend:v2.0.0
args:
- --spire-config
- /run/spire/config/server.conf
Expand Down

0 comments on commit 6aea985

Please sign in to comment.