Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the installation is complete we must provide an Ingress srevice to expose CPS to the wider world.


Code Block
kubectl expose service cps-core --port 9001 --target-port=8080 --name=cps-http-api -n cps --type=NodePort


Update CPS

Upgrade the installment:

...