Skip to content

Commit

Permalink
Revert "feat: downgrade gateway proxy in prod"
Browse files Browse the repository at this point in the history
This reverts commit 5e07798.
  • Loading branch information
oliver-ni committed Oct 21, 2024
1 parent 5e07798 commit 5d6c5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/poketwo/gateway-proxy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
spec = {
containers = [{
name = "server";
image = "ghcr.io/poketwo/gateway-proxy:sha-33fc97e";
image = "ghcr.io/poketwo/gateway-proxy:latest";
ports = [{ containerPort = 7878; }];
resources = {
limits = { memory = "120Gi"; };
Expand Down

0 comments on commit 5d6c5ce

Please sign in to comment.