Skip to content

Commit

Permalink
Fix table view alignment (#29)
Browse files Browse the repository at this point in the history
* Fix table view alignment

* increase memory
  • Loading branch information
ashwin1111 authored Nov 11, 2022
1 parent 32eabdd commit 13d8a52
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 915 deletions.
4 changes: 2 additions & 2 deletions deployment/production/controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ spec:
image: docker.io/{{DOCKERHUB_USERNAME}}/fyle_partner_dashboard-app:{{RELEASE_VERSION}}
resources:
limits:
memory: 30Mi
memory: 100Mi
requests:
memory: 30Mi
memory: 100Mi
env:
- name: GET_HOSTS_FROM
value: dns
Expand Down
Loading

0 comments on commit 13d8a52

Please sign in to comment.