Commit 5c3175ed authored by yongxin's avatar yongxin

update

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