Skip to main content

Override Backend Configuration

Create a Custom Configmap

The CredoAI backend server is configured with environment variables. Create a configmap with any variables you would like to set, for example POOL_SIZE.

kubectl create configmap -n credoai credoai-server-custom-env --from-literal POOL_SIZE=20

Update the Kots Admin Server Configuration

Enter the configmap name (eg. credoai-server-custom-env) in the Advanced Settings - Server section Name of Custom ConfigMap with Environment Variables field:

app