Commit a566d971 authored by 殷安's avatar 殷安 🏀

update

parent 8602c394
......@@ -8,6 +8,11 @@ configInfo:
text: 镜像版本
type: radio
value: ["3.1.2"]
- name: resources
text: 资源限制
type: resource
memory: "1024Mi"
cpu: "500m"
- name: service.portHTTP
text: http端口
type: text
......
......@@ -14,7 +14,14 @@ Hiveserver2:
## Server transport mode. "binary" or "http"
ingress:
enabled: true
resources: {}
resources:
limits:
cpu: 1000m
memory: 1280Mi
requests:
cpu: 1000m
memory: 1280Mi
nodeSelector: {}
tolerations: []
affinity: {}
......
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