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

update

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