Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 463 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 463 Bytes

Fruits UI

Fruits UI the nodejs UI

Install/Update Fruits API

helm upgrade --install fruits-ui fruits-app/fruits-ui \
  -n fruits-ui --create-namespace \
  --values my-app-values.yaml

See values.yaml to see the Chart's default values.

Uninstall Fruits UI

helm upgrade delete fruits-ui -n fruits-app

It is recommended to install this application using the Harness CD platform to leverage the power of CI/CD.