mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 02:31:08 +00:00
fix: Redis deployment
This commit is contained in:
parent
c1145a6dc6
commit
3881601c41
@ -36,7 +36,9 @@ spec:
|
||||
value: "FLUSHDB,FLUSHALL"
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
volumeMounts:
|
||||
- name: redis-data
|
||||
mountPath: /bitnami/redis/data
|
||||
volumes:
|
||||
- name: redis-data
|
||||
emptyDir: {}
|
Loading…
Reference in New Issue
Block a user