forked from kernelci/kernelci-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
k8s: Add configuration for email variables
We have missed email variables in deployment, EMAIL_SENDER and EMAIL_PASSWORD Signed-off-by: Denys Fedoryshchenko <[email protected]>
- Loading branch information
1 parent
d9176e8
commit 1e7a0be
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,6 @@ metadata: | |
data: | ||
redis_host: "redis.kernelci-api.svc.cluster.local" | ||
mongo_service: "MONGOCONNECTSTRING" | ||
email_sender: "[email protected]" | ||
smtp_host: "smtp.gmail.com" | ||
smtp_port: "465" |