A helm chart for the notification example app
- Create a
values.yaml
file which specifies values formail.url
andmail.toAddress
, like this
mail:
url: "<mailgun smptp server connectiopn string>"
toAddress: "<to-address needed for mailgun sandbox accounts>"
- Install with Helm
cd ..
helm install ./notification-k8s