Commit ca3bafca by 李辉02

feat(调整资源限制): 调整资源限制

parent ff74024d
{{- define "app.resources" -}}
requests:
memory: "400Mi"
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "500m"
cpu: "300m"
{{- end -}}
......
{{- define "app.resources" -}}
requests:
memory: "400Mi"
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "500m"
cpu: "300m"
{{- end -}}
......
{{- define "app.resources" -}}
requests:
memory: "128Mi"
memory: "256Mi"
cpu: "100m"
limits:
memory: "256Mi"
cpu: "350m"
memory: "512Mi"
cpu: "300m"
{{- end -}}
......
{{- define "app.resources" -}}
requests:
memory: "400Mi"
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "500m"
cpu: "300m"
{{- end -}}
......
{{- define "app.resources" -}}
requests:
memory: "400Mi"
cpu: "100m"
memory: "64Mi"
cpu: "50m"
limits:
memory: "512Mi"
cpu: "500m"
memory: "128Mi"
cpu: "100m"
{{- end -}}
......
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