GoogleCloudPlatform / GoogleCloudPlatform/deploymentmanager-samples

Set redis config parameters.

Open
#554 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jinja
Stars
951
Forks
700
PR merge metrics
No merged PRs in 30d

Description

I have tried to add custom redis config like this:
```
### Redis instance
- name: cache
type: gcp-types/redis-v1:projects.locations.instances
properties:
parent: projects/{{ env["project"] }}/locations/us-central1
instanceId: cache
authorizedNetwork: projects/{{ env["project"] }}/global/networks/default
memorySizeGb: 1
tier: BASIC
redisConfigs:
"maxmemory-policy": "allkeys-lru" # TODO: this doesn't work for some reason
```

Doesn't seem like it's taking `redisConfigs` into account. Is it possible to set it with DM?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.