Skip to content

Redis Installation

For this application I used the Custom-App provided by TrueCharts.

  • Available under the stable train

!Container: Tube


Container

Application Name

ta-redis
The name is very important, as it determines our DNS names, which is how we are going to connect the applications together..

You don't HAVE to follow my naming scheme, but if you don't, you'll have to also change your DNS name

Container Repository

redis/redis-stack-server
Container Tag
latest

!Container: Tube


Networking

Target Port

6379
Port
6379

!Networking: Tube

ClusterIP is being used since no other services besides TA will be accessing this container, so the port only needs to be exposed within the kubernetes network.

Storage

  • I am using PVC in this case since this is not something the user will need to interact with

Ensure the mountpath is:

/data

Redis specifically looks to that mount point, its required

!Storage: Tube

You of course can change Size Quotum of Storage to something lower. I cannot though. I would recommend setting it to something a bit lower. You will receive a notification on Truenas if your PVC is filling up, so you can expand the size, but you cannot EVER retract to a lower size later on.


Security

This application runs fine with default permissions

!Storage: Tube