Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
oracle-xe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
oracle-xe
Commits
0527a132
Commit
0527a132
authored
Dec 02, 2021
by
lvzhenjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
442bb4d3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
+15
-15
Chart.yaml
Chart.yaml
+2
-2
step.yaml
step.yaml
+6
-6
templates/statefulset.yaml
templates/statefulset.yaml
+1
-1
values.yaml
values.yaml
+6
-6
No files found.
Chart.yaml
View file @
0527a132
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
step.yaml
View file @
0527a132
...
@@ -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
:
"
1
72.16.1.26
"
value
:
"
1
0.217.10.14
"
-
name
:
storageSpec
-
name
:
storageSpec
text
:
存储类
text
:
存储类
type
:
storage
type
:
storage
value
:
"
nfs-client
"
value
:
"
hostpath
"
storage
:
"
4
Gi"
storage
:
"
2
Gi"
-
name
:
resources
-
name
:
resources
text
:
资源限制
text
:
资源限制
type
:
resource
type
:
resource
...
...
templates/statefulset.yaml
View file @
0527a132
apiVersion
:
apps/v1
beta2
apiVersion
:
apps/v1
kind
:
StatefulSet
kind
:
StatefulSet
metadata
:
metadata
:
name
:
{{
.Release.Name
}}
name
:
{{
.Release.Name
}}
...
...
values.yaml
View file @
0527a132
image
:
"
registry-vpc.cn-qingdao.aliyuncs.com/wod/oracle
"
image
:
"
hub.gzdex.cn/market/oraclelinux-7
"
tag
:
"
11g
"
tag
:
"
latest
"
nodeSelector
:
nodeSelector
:
hostname
:
1
72.16.1.26
hostname
:
1
0.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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment