Skip to content

Commit

Permalink
Move images to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Oct 4, 2023
1 parent b70e7ae commit 50d400f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/deployment/quickstarts/agones-xonotic-relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Let's take this one step further, and check the configuration of the proxies tha
agent agones` instance and passed through the `quilkin relay instance` into each of the proxies.

In another terminal, run: `kubectl port-forward deployments/quilkin-proxies 8000`, to port forward the
[admin endpoint](../admin.md) locally, which we can then query.
[admin endpoint](../admin.md) locally to port 8001, which we can then query.

Go back to your original terminal and run `curl -s http://localhost:8001/config`

Expand Down
2 changes: 1 addition & 1 deletion examples/agones-xonotic-relay/proxy-pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
spec:
containers:
- name: quilkin
image: us-docker.pkg.dev/quilkin-mark-dev/release/quilkin:0.7.0-dev-94b9299
image: us-docker.pkg.dev/quilkin-mark-dev/release/quilkin:0.7.0
args: ["proxy", "--management-server", "http://quilkin-relay-agones:7800"]
env:
- name: RUST_LOG
Expand Down
4 changes: 2 additions & 2 deletions examples/agones-xonotic-relay/relay-control-plane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
env:
- name: RUST_LOG
value: info
image: us-docker.pkg.dev/quilkin-mark-dev/release/quilkin:0.7.0-dev-94b9299
image: us-docker.pkg.dev/quilkin-mark-dev/release/quilkin:0.7.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down Expand Up @@ -160,7 +160,7 @@ spec:
env:
- name: RUST_LOG
value: info
image: us-docker.pkg.dev/quilkin-mark-dev/release/quilkin:0.7.0-dev-94b9299
image: us-docker.pkg.dev/quilkin-mark-dev/release/quilkin:0.7.0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 50d400f

Please sign in to comment.