0
0
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:
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" 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: {}