Upgrade Portal

You can follow the same procedure to upgrade Portal as you do for other Gloo Mesh Gateway components.

  1. 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.
  2. Keep in mind that the portal server and the external auth service share the same backing database. As such, make sure that the glooPortalServer and extAuthService storage configurations match. For example, if you plan to store API keys in a local Redis instance:
    • glooPortalServer.apiKeyStorage.redis.address="redis.gloo-mesh-addons:6379"
    • extAuthService.extAuth.apiKeyStorage.config.host="redis.gloo-mesh-addons:6379"
  3. 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.