Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
06b9304d
Commit
06b9304d
authored
Jan 03, 2019
by
Murali Paluru
Committed by
Guangbo
Jan 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql: updates
parent
448f8327
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
Chart.yaml
charts/mysql/latest/Chart.yaml
+4
-2
deployment.yaml
charts/mysql/latest/templates/deployment.yaml
+4
-0
values.yaml
charts/mysql/latest/values.yaml
+1
-0
No files found.
charts/mysql/latest/Chart.yaml
View file @
06b9304d
name
:
mysql
name
:
mysql
version
:
0.3.
7
version
:
0.3.
8
appVersion
:
5.7.14
appVersion
:
5.7.14
description
:
Fast, reliable, scalable, and easy to use open-source relational database
description
:
Fast, reliable, scalable, and easy to use open-source relational database
system.
system.
...
@@ -13,6 +13,8 @@ sources:
...
@@ -13,6 +13,8 @@ sources:
-
https://github.com/kubernetes/charts
-
https://github.com/kubernetes/charts
-
https://github.com/docker-library/mysql
-
https://github.com/docker-library/mysql
maintainers
:
maintainers
:
-
name
:
Vic Iglesias
-
name
:
olemarkus
email
:
o.with@sportradar.com
-
name
:
viglesiasce
email
:
viglesias@google.com
email
:
viglesias@google.com
engine
:
gotpl
engine
:
gotpl
charts/mysql/latest/templates/deployment.yaml
View file @
06b9304d
...
@@ -28,6 +28,10 @@ spec:
...
@@ -28,6 +28,10 @@ spec:
nodeSelector
:
nodeSelector
:
{{
toYaml .Values.nodeSelector | indent 8
}}
{{
toYaml .Values.nodeSelector | indent 8
}}
{{
- end
}}
{{
- end
}}
{{
- with .Values.tolerations
}}
tolerations
:
{{
toYaml . | indent 8
}}
{{
- end
}}
containers
:
containers
:
-
name
:
{{
template "mysql.fullname" .
}}
-
name
:
{{
template "mysql.fullname" .
}}
image
:
"
{{
.Values.image
}}:{{
.Values.imageTag
}}"
image
:
"
{{
.Values.image
}}:{{
.Values.imageTag
}}"
...
...
charts/mysql/latest/values.yaml
View file @
06b9304d
...
@@ -31,6 +31,7 @@ imagePullPolicy: IfNotPresent
...
@@ -31,6 +31,7 @@ imagePullPolicy: IfNotPresent
## Node selector
## Node selector
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
nodeSelector
:
{}
nodeSelector
:
{}
tolerations
:
[]
livenessProbe
:
livenessProbe
:
initialDelaySeconds
:
30
initialDelaySeconds
:
30
...
...
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