Skip to content

Commit

Permalink
Merge pull request #510 from bcgov/innkeeper-inbox
Browse files Browse the repository at this point in the history
temporary innkeeper inbox change
  • Loading branch information
usingtechnology authored Mar 13, 2023
2 parents fc0e225 + c82003b commit f1a4278
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/tenant-ui/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ tenant_ui:
server: apps.smtp.gov.bc.ca
port: 25
senderAddress: [email protected]
innkeeperInbox: [email protected]
innkeeperInbox: [email protected]
resources:
limits:
cpu: 400m
memory: 1600Mi
requests:
cpu: 200m
memory: 820Mi
memory: 820Mi
2 changes: 1 addition & 1 deletion charts/tenant-ui/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ tenant_ui:
server: apps.smtp.gov.bc.ca
port: 25
senderAddress: [email protected]
innkeeperInbox: [email protected]
innkeeperInbox: [email protected]

4 changes: 2 additions & 2 deletions charts/tenant-ui/values-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ tenant_ui:
server: apps.smtp.gov.bc.ca
port: 25
senderAddress: [email protected]
innkeeperInbox: [email protected]
innkeeperInbox: [email protected]
resources:
limits:
cpu: 200m
memory: 820Mi
requests:
cpu: 120m
memory: 400Mi
memory: 400Mi
2 changes: 1 addition & 1 deletion charts/tenant-ui/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ tenant_ui:
server: apps.smtp.gov.bc.ca
port: 25
senderAddress: [email protected]
innkeeperInbox: [email protected]
innkeeperInbox: [email protected]

0 comments on commit f1a4278

Please sign in to comment.