...
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:
...