Email parser is a node js application which allows HTTP POST request and takes in the email headers as input and returns json output. The images has already been push into Docker Hub as dgurutester/email-parser:latest To build the image, run the docker build -t . You may push the image to a Docker repository of your choosing The deploy.yaml file deploys the application in a kubernetes cluster . The yaml file creates a NodePort service exposing the application on port 31800. You may also use an ingress controller and an ingress resource if you do not want to use high port numbers. The `yaml file also creates the email-parser deployment which creates the pod. Be sure to change the image name before deploying the deploy.yaml file Run kubectl apply -f deploy.yaml To test the application, you may use a tool like Curl or Postman to send the HTTP POST request to see the results.
-
Notifications
You must be signed in to change notification settings - Fork 0
Oluwatidamilola/email-parser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published