Commit 0527a132 authored by lvzhenjiang's avatar lvzhenjiang

update

parent 442bb4d3
apiVersion: v1
appVersion: latest
description: oracle Database
name: beagle-oracle-xe-11g
version: 1.0.0
appVersion: latest
description: oracle Database
\ No newline at end of file
......@@ -2,20 +2,20 @@ configInfo:
- name: image
text: 镜像
type: text
value: "registry-vpc.cn-qingdao.aliyuncs.com/wod/oracle"
value: "hub.gzdex.cn/market/oraclelinux-7"
- name: tag
text: 版本
type: radio
value: ["11g","12c"]
value: ["latest"]
- name: nodeSelector.hostname
text: 服务器地址
text: 指定集群服务器地址
type: text
value: "172.16.1.26"
value: "10.217.10.14"
- name: storageSpec
text: 存储类
type: storage
value: "nfs-client"
storage: "4Gi"
value: "hostpath"
storage: "2Gi"
- name: resources
text: 资源限制
type: resource
......
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ .Release.Name }}
......
image: "registry-vpc.cn-qingdao.aliyuncs.com/wod/oracle"
tag: "11g"
image: "hub.gzdex.cn/market/oraclelinux-7"
tag: "latest"
nodeSelector:
hostname: 172.16.1.26
hostname: 10.217.10.14
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: rook-ceph-block
storageClassName: hostpath
accessModes: ["ReadWriteOnce"]
resources:
requests:
......@@ -13,5 +13,5 @@ storageSpec:
selector: {}
busybox:
image: registry-vpc.cn-qingdao.aliyuncs.com/wod/busybox
tag: 1.29
image: hub.gzdex.cn/market/busybox
tag: 1.29-arm64
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