Skip to content

Commit

Permalink
feat: define resource limits, fix smtp string
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jun 18, 2020
1 parent 2e12bf1 commit 1063ab7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/values-wksv3k-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ route:
insecure: false # cert has been issued

env:
smtpConnectionString: smtp://cas-mailhog:1025
smtpConnectionString: smtp://cas-ciip-portal-mailhog:1025
senderEmail: no-reply-dev.cas@gov.bc.ca
adminEmail: admin@ciip.dev

Expand Down
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/values-wksv3k-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ route:
insecure: false # cert has been issued

env:
smtpConnectionString: smtp://cas-mailhog:1025
smtpConnectionString: smtp://cas-ciip-portal-mailhog:1025
senderEmail: no-reply-dev.cas@gov.bc.ca
adminEmail: admin@ciip.test

Expand Down
7 changes: 7 additions & 0 deletions helm/cas-ciip-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ fider:

mailhog:
enable: false
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 50m
memory: 128Mi

cas-postgres:
patroni:
Expand Down

0 comments on commit 1063ab7

Please sign in to comment.