Commit 8e075f59 authored by 温海元's avatar 温海元

modify source for 6379

parent c22aa9ec
......@@ -28,10 +28,10 @@ spec:
resources:
requests:
cpu: {{resources.cpu.request}}m
memory: {{resources.memory.request}}Mi
memory: 1000Mi
limits:
cpu: {{resources.cpu.limit}}m
memory: {{resources.memory.limit}}Mi
memory: 4000Mi
livenessProbe:
exec:
command: ["redis-cli", "-p", "6379","info"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment