Skip to content

Commit 4c463b6

Browse files
authored
Use Render Redis service (#23056)
Use Render's Redis service in `render.yaml` Successfully deployed on Render: <img width="1009" alt="image" src="https://github.com/user-attachments/assets/fdb79286-3336-4747-97c0-b75c7578c0e8" />
1 parent 7ac39e2 commit 4c463b6

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

docs/Deploy/deploy-fleet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Render is a cloud hosting service that makes it easy to get up and running fast,
3535

3636
- A Render account with payment information.
3737

38-
>The Fleet Render Blueprint will provision a web service, a MySQL database, and a Redis in-memory data store. At current pricing this will total **$62/month**.
38+
>The Fleet Render Blueprint will provision a web service, a MySQL database, and a Redis in-memory data store. At current pricing this will total **$65/month**.
3939
4040

4141
### Instructions

render.yaml

+6-8
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ services:
3939
- key: FLEET_REDIS_ADDRESS
4040
fromService:
4141
name: fleet-redis
42-
type: pserv
43-
property: hostport
42+
type: redis
43+
property: connectionString
4444
- key: FLEET_SERVER_TLS
4545
value: 'false'
4646
- key: PORT
@@ -66,9 +66,7 @@ services:
6666
value: fleet
6767

6868
- name: fleet-redis
69-
plan: starter
70-
type: pserv
71-
runtime: image
72-
image:
73-
url: 'redis:7.2.4'
74-
69+
plan: starter # May use free plan for testing or short-lived deployments
70+
type: redis
71+
maxmemoryPolicy: allkeys-lru
72+
ipAllowList: []

0 commit comments

Comments
 (0)