Skip to content

Commit

Permalink
Merge pull request #71 from ahartpence/develop
Browse files Browse the repository at this point in the history
Add service type to the redis plan
  • Loading branch information
itsouvalas authored Jan 19, 2024
2 parents 194ecc4 + 78c6c39 commit 370c9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/forges/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ instance_groups:
description: (( grab params.redis_service_description || "A dedicated Redis instance, deployed on-demand" ))
tags: (( grab params.redis_service_tags || meta.default.redis_tags ))
limit: (( grab params.redis_service_limit || 0 ))
type: (( grab params.redis_service_type || "standalone" ))

0 comments on commit 370c9a8

Please sign in to comment.