Commit 5c3175ed authored by yongxin's avatar yongxin

update

parent af8b1b70
......@@ -7,12 +7,15 @@ configInfo:
text: 版本
type: radio
value: ["latest"]
- name: nodeSelector.hostname
text: 服务器地址
type: test
value: "172.16.1.23"
- name: storageSpec
text: 存储类
type: storage
value: "rook-ceph-block"
storage: "4Gi"
hostpath: "/data/path"
- name: resources
text: 资源限制
type: resource
......
......@@ -22,7 +22,7 @@ spec:
version: "{{ .Values.tag }}"
spec:
nodeSelector:
{{ toYaml $.Values.nodeSelector | indent 8 }}
kubernetes.io/hostname: {{ .Values.nodeSelector.hostname }}
initContainers:
- name: "remove-lost-found"
image: {{ .Values.busybox.image }}:{{ .Values.busybox.tag }}
......
image: "registry.ispacesys.cn/public/oracle-xe-11g"
tag: "latest"
nodeSelector: {}
nodeSelector:
hostname: 172.16.1.23
storageSpec:
volumeClaimTemplate:
spec:
......
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