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