I'm trying to deploy an AWS Valkey capable container gateway.
To do so I have modified my helm chart deployment file inorder to :
Comment out the following
# com.l7tech.server.extension.sharedKeyValueStoreProvider=embeddedhazelcast
# com.l7tech.server.extension.sharedCounterProvider=ssgdb
Uncomment the following
# com.l7tech.server.extension.sharedKeyValueStoreProvider=redis
# com.l7tech.server.extension.sharedCounterProvider=redis
# com.l7tech.server.extension.sharedRateLimiterProvider=redis
As mentioned in Readme.md chart file.
The Layer7 Container Gateway 11.1 documentation says:
It is unclear how to provide to my helm deployment values file "sharedstate_client.yaml.file" ?
Without this "sharedstate_client.yaml.file" values, pods refuse to start.
11.1
The doc has been updated and a fix is merged and updated in the github.
https://github.com/CAAPIM/apim-charts/tree/stable/charts/gateway