Project structure: conf/session-store.yamlΒΆ

Note

This file is rendered as a template. Refer to Conf files templating for more details.

Config for the Redis microservice, which is used for storing session information by auth and gateway, is presented here.

volume: {{ cluster.metadata.sessionStore.volume|json }}

Volume defines the Kubernetes volume to be mounted for persisting the Redis state, this is usually filled in from the cluster metadata.

You can find the default file at conf/session-store.yaml in the base repo.