/notification-ui-k8s

Kubernetes based example of notification-ui

Primary LanguageJavaScriptMIT LicenseMIT

notification-ui

An app for showing the capabilities of Kubernetes. This is the UI component.

Create a new version

  1. Run a productive webpack build
npm run build:prd
  1. Build a new docker image
docker build --no-cache -t mathiskretz/notification-ui .
  1. Push the docker image to dockerhub
docker push mathiskretz/notification-ui:latest

Requirements to run

  1. Assumes that there exists an api service named notification-api

Deployment

Use this Helm chart.