Skip to content

Commit

Permalink
feat: DEVOPS-1149 memory limits for devex, governance, zillion, neo-s…
Browse files Browse the repository at this point in the history
…avant and isolated-server (#329)
  • Loading branch information
pavlops authored Dec 14, 2023
1 parent 88942bd commit 2877d04
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions products/developer-portal/cd/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ spec:
name: developer-portal
ports:
- containerPort: 80
resources:
limits:
memory: 200Mi
requests:
memory: 100Mi
5 changes: 5 additions & 0 deletions products/devex/cd/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ spec:
name: devex
ports:
- containerPort: 80
resources:
limits:
memory: 200Mi
requests:
memory: 100Mi
5 changes: 5 additions & 0 deletions products/governance-api/cd/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ spec:
name: governance-api
ports:
- containerPort: 3000
resources:
limits:
memory: 500Mi
requests:
memory: 300Mi
env:
- name: NODE_ENV
valueFrom:
Expand Down
5 changes: 5 additions & 0 deletions products/governance-snapshot/cd/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ spec:
name: governance-snapshot
ports:
- containerPort: 80
resources:
limits:
memory: 200Mi
requests:
memory: 100Mi
volumeMounts:
- mountPath: /usr/share/nginx/html/config.js
name: governance-snapshot-config
Expand Down
5 changes: 5 additions & 0 deletions products/neo-savant/cd/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ spec:
name: neo-savant-ide
ports:
- containerPort: 80
resources:
limits:
memory: 200Mi
requests:
memory: 100Mi
5 changes: 5 additions & 0 deletions products/zillion/cd/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ spec:
name: zillion
ports:
- containerPort: 80
resources:
limits:
memory: 200Mi
requests:
memory: 100Mi
volumeMounts:
- mountPath: /usr/share/nginx/html/config.js
name: zillion-config
Expand Down
5 changes: 5 additions & 0 deletions products/zilliqa-isolated-server/cd/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ spec:
- containerPort: 80
- image: zilliqa-isolated-server
name: zilliqa-isolated-server
resources:
limits:
memory: 400Mi
requests:
memory: 200Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
Expand Down

0 comments on commit 2877d04

Please sign in to comment.