On this page
Upgrade or uninstall Portal
Upgrade or uninstall Gloo Portal.
Upgrade Portal
You can follow the same procedure to upgrade Portal as you do for other Gloo Mesh Gateway components.
- Review the
glooPortalServer*
related Helm settings that you might want to upgrade. For example, you can upgrade the default values for resource requests and limits. - Keep in mind that the portal server and the external auth service share the same backing database. As such, make sure that the
glooPortalServer
andextAuthService
storage configurations match. For example, if you plan to store API keys in a local Redis instance:glooPortalServer.apiKeyStorage.redis.address="redis.gloo-mesh:6379"
extAuthService.extAuth.apiKeyStorage.config.host="redis.gloo-mesh:6379"
- Follow the Upgrade guide.
Uninstall Portal
You can follow the same procedure to uninstall Portal as you do for other Gloo Mesh Gateway components.
For more information, see Uninstall.