An app for showing the capabilities of Kubernetes. This is the UI component.
- Run a productive webpack build
npm run build:prd
- Build a new docker image
docker build --no-cache -t mathiskretz/notification-ui .
- Push the docker image to Docker Hub
docker push mathiskretz/notification-ui:latest
- Assumes that there exists an api service named
notification-api
Use these YAML files.