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
5c3175ed
Commit
5c3175ed
authored
Oct 14, 2019
by
yongxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
af8b1b70
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
step.yaml
step.yaml
+4
-1
templates/statefulset.yaml
templates/statefulset.yaml
+1
-1
values.yaml
values.yaml
+2
-1
No files found.
step.yaml
View file @
5c3175ed
...
...
@@ -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
...
...
templates/statefulset.yaml
View file @
5c3175ed
...
...
@@ -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 }}
...
...
values.yaml
View file @
5c3175ed
image
:
"
registry.ispacesys.cn/public/oracle-xe-11g"
tag
:
"
latest"
nodeSelector
:
{}
nodeSelector
:
hostname
:
172.16.1.23
storageSpec
:
volumeClaimTemplate
:
spec
:
...
...
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