There was an error while loading. Please reload this page.
1 parent a93e0d6 commit 363126bCopy full SHA for 363126b
1 file changed
.github/workflows/deploy.to.openshift.dev.and.test.yml
@@ -37,11 +37,11 @@ jobs:
37
KEYCLOAK_URL: ${{ secrets.KEYCLOAK_URL }}
38
KEYCLOAK_REALM: ${{ secrets.KEYCLOAK_REALM }}
39
MIN_CPU: "20m"
40
- MAX_CPU: "120m"
+ MAX_CPU: "220m"
41
MIN_MEM: "600Mi"
42
MAX_MEM: "1500Mi"
43
- MIN_REPLICAS: "3"
44
- MAX_REPLICAS: "7"
+ MIN_REPLICAS: "1"
+ MAX_REPLICAS: "2"
45
46
steps:
47
- name: Check out repository
@@ -167,11 +167,11 @@ jobs:
167
168
169
170
171
172
173
174
+ MIN_REPLICAS: "2"
+ MAX_REPLICAS: "3"
175
176
177
0 commit comments