Added Redis to platform
This commit is contained in:
parent
317bf38424
commit
f220e86357
7 changed files with 164 additions and 0 deletions
12
charts/platform-redis/values.yaml
Normal file
12
charts/platform-redis/values.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace: platform-services
|
||||
|
||||
image:
|
||||
repository: redis
|
||||
tag: "8.8.0-alpine"
|
||||
|
||||
storage:
|
||||
className: longhorn
|
||||
size: 5Gi
|
||||
|
||||
nodeSelector:
|
||||
workload: app
|
||||
Loading…
Add table
Add a link
Reference in a new issue