0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-06-30 10:33:43 +00:00

fix: Redis deployment

This commit is contained in:
alex289 2023-09-03 12:24:58 +02:00
parent c1145a6dc6
commit 3881601c41
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863

View File

@ -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: {}