This commit is contained in:
parent
7435a89d40
commit
861bff92ed
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
@ -14,8 +13,8 @@ spec:
|
|||||||
mountPath: /data
|
mountPath: /data
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "96Mi"
|
memory: "128Mi"
|
||||||
cpu: "50m"
|
cpu: "100m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: redis-data
|
- name: redis-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
Reference in New Issue
Block a user