Skip to content

Commit

Permalink
feat: downgrade gateway-proxy in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Oct 21, 2024
1 parent 47b2c7f commit af49081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/poketwo-staging-private/gateway-proxy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
spec = {
containers = [{
name = "server";
image = "ghcr.io/poketwo/gateway-proxy:latest";
image = "ghcr.io/poketwo/gateway-proxy:sync";
ports = [{ containerPort = 7878; }];
resources = {
limits = { memory = "2Gi"; };
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/poketwo-staging/gateway-proxy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
spec = {
containers = [{
name = "server";
image = "ghcr.io/poketwo/gateway-proxy:latest";
image = "ghcr.io/poketwo/gateway-proxy:sync";
ports = [{ containerPort = 7878; }];
resources = {
limits = { memory = "2Gi"; };
Expand Down

0 comments on commit af49081

Please sign in to comment.