Skip to content

Commit

Permalink
🔧 tweak setting
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 16, 2024
1 parent 65736ab commit 9c09416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/ctf-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
runAsNonRoot: false
containers:
- name: orchestrator
image: ghcr.io/openzeppelin/ctf-infra:latest
image: ghcr.io/openzeppelin/ctf-infra:0.1.2
command: ["uvicorn", "--host", "0.0.0.0", "--port", "7283", "ctf_server:orchestrator"]
env:
- name: BACKEND
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
runAsNonRoot: false
containers:
- name: anvil-proxy
image: ghcr.io/openzeppelin/ctf-infra:latest
image: ghcr.io/openzeppelin/ctf-infra:0.1.2
command: ["uvicorn", "--host", "0.0.0.0", "--port", "8545", "--workers", "16", "ctf_server:anvil_proxy"]
env:
- name: DATABASE
Expand Down

0 comments on commit 9c09416

Please sign in to comment.