diff --git a/helm/cas-ciip-portal/values-wksv3k-dev.yaml b/helm/cas-ciip-portal/values-wksv3k-dev.yaml index b8f400120f..690c7702a2 100644 --- a/helm/cas-ciip-portal/values-wksv3k-dev.yaml +++ b/helm/cas-ciip-portal/values-wksv3k-dev.yaml @@ -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 diff --git a/helm/cas-ciip-portal/values-wksv3k-test.yaml b/helm/cas-ciip-portal/values-wksv3k-test.yaml index 3668d43916..a3c7a41ae5 100644 --- a/helm/cas-ciip-portal/values-wksv3k-test.yaml +++ b/helm/cas-ciip-portal/values-wksv3k-test.yaml @@ -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 diff --git a/helm/cas-ciip-portal/values.yaml b/helm/cas-ciip-portal/values.yaml index 606d6b7e57..ca6a80267a 100644 --- a/helm/cas-ciip-portal/values.yaml +++ b/helm/cas-ciip-portal/values.yaml @@ -47,6 +47,13 @@ fider: mailhog: enable: false + resources: + limits: + cpu: 100m + memory: 128Mi + requests: + cpu: 50m + memory: 128Mi cas-postgres: patroni: