Skip to content

Commit

Permalink
fix: change max replicas to 2, to get rid hpa alert emails
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Apr 3, 2024
1 parent 8e23e09 commit 088fa1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parameters:
value: "1"
- name: MAX_REPLICAS
description: The maximum amount of replicas for the horizontal pod autoscaler.
value: "1"
value: "2"
- name: REGISTRY
description: Container registry to import from (internal is image-registry.openshift-image-registry.svc:5000)
value: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion frontend/openshift.nginx.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parameters:
value: "1"
- name: MAX_REPLICAS
description: The maximum amount of replicas for the horizontal pod autoscaler.
value: "1"
value: "2"
- name: REGISTRY
description: Container registry to import from (internal is image-registry.openshift-image-registry.svc:5000)
value: ghcr.io
Expand Down

0 comments on commit 088fa1e

Please sign in to comment.