Commit 0527a132 authored by lvzhenjiang's avatar lvzhenjiang

update

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