Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Charts
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
魏国强
Charts
Commits
ad300671
Commit
ad300671
authored
Dec 09, 2020
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove node selector related options
parent
f684d9f1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
69 deletions
+0
-69
test/minio/8.0.5/README.md
test/minio/8.0.5/README.md
+0
-5
test/minio/8.0.5/templates/deployment.yaml
test/minio/8.0.5/templates/deployment.yaml
+0
-18
test/minio/8.0.5/templates/post-install-create-bucket-job.yaml
...minio/8.0.5/templates/post-install-create-bucket-job.yaml
+0
-15
test/minio/8.0.5/templates/statefulset.yaml
test/minio/8.0.5/templates/statefulset.yaml
+0
-18
test/minio/8.0.5/values.yaml
test/minio/8.0.5/values.yaml
+0
-13
No files found.
test/minio/8.0.5/README.md
View file @
ad300671
...
...
@@ -166,11 +166,6 @@ The following table lists the configurable parameters of the MinIO chart and the
|
`securityContext.runAsUser`
| User id of the user for the container |
`1000`
|
|
`securityContext.runAsGroup`
| Group id of the user for the container |
`1000`
|
|
`securityContext.fsGroup`
| Group id of the persistent volume mount for the container |
`1000`
|
|
`nodeSelector`
| Node labels for pod assignment |
`{}`
|
|
`affinity`
| Affinity settings for pod assignment |
`{}`
|
|
`tolerations`
| Toleration labels for pod assignment |
`[]`
|
|
`podAnnotations`
| Pod annotations |
`{}`
|
|
`podLabels`
| Pod Labels |
`{}`
|
|
`tls.enabled`
| Enable TLS for MinIO server |
`false`
|
|
`tls.certSecret`
| Kubernetes Secret with
`public.crt`
and
`private.key`
files. |
`""`
|
|
`defaultBucket.enabled`
| If set to true, a bucket will be created after MinIO install |
`false`
|
...
...
test/minio/8.0.5/templates/deployment.yaml
View file @
ad300671
...
...
@@ -31,15 +31,9 @@ spec:
labels
:
app
:
{{
template "minio.name" .
}}
release
:
{{
.Release.Name
}}
{{
- if .Values.podLabels
}}
{{
toYaml .Values.podLabels | indent 8
}}
{{
- end
}}
annotations
:
checksum/secrets
:
{{
include (print $.Template.BasePath "/secrets.yaml") . | sha256sum
}}
checksum/config
:
{{
include (print $.Template.BasePath "/configmap.yaml") . | sha256sum
}}
{{
- if .Values.podAnnotations
}}
{{
toYaml .Values.podAnnotations | trimSuffix "\n" | indent 8
}}
{{
- end
}}
spec
:
{{
- if .Values.priorityClassName
}}
priorityClassName
:
"
{{
.Values.priorityClassName
}}"
...
...
@@ -88,18 +82,6 @@ spec:
{{
- end
}}
resources
:
{{
toYaml .Values.resources | indent 12
}}
{{
- with .Values.nodeSelector
}}
nodeSelector
:
{{
toYaml . | indent 8
}}
{{
- end
}}
{{
- with .Values.affinity
}}
affinity
:
{{
toYaml . | indent 8
}}
{{
- end
}}
{{
- with .Values.tolerations
}}
tolerations
:
{{
toYaml . | indent 8
}}
{{
- end
}}
volumes
:
-
name
:
export
{{
- if .Values.persistence.enabled
}}
...
...
test/minio/8.0.5/templates/post-install-create-bucket-job.yaml
View file @
ad300671
...
...
@@ -17,23 +17,8 @@ spec:
labels
:
app
:
{{
template "minio.name" .
}}
-job
release
:
{{
.Release.Name
}}
{{
- if .Values.podLabels
}}
{{
toYaml .Values.podLabels | indent 8
}}
{{
- end
}}
spec
:
restartPolicy
:
OnFailure
{{
- if .Values.nodeSelector
}}
nodeSelector
:
{{
toYaml .Values.nodeSelector | indent 8
}}
{{
- end
}}
{{
- with .Values.affinity
}}
affinity
:
{{
toYaml . | indent 8
}}
{{
- end
}}
{{
- with .Values.tolerations
}}
tolerations
:
{{
toYaml . | indent 8
}}
{{
- end
}}
volumes
:
-
name
:
minio-configuration
projected
:
...
...
test/minio/8.0.5/templates/statefulset.yaml
View file @
ad300671
...
...
@@ -58,15 +58,9 @@ spec:
labels
:
app
:
{{
template "minio.name" .
}}
release
:
{{
.Release.Name
}}
{{
- if .Values.podLabels
}}
{{
toYaml .Values.podLabels | indent 8
}}
{{
- end
}}
annotations
:
checksum/secrets
:
{{
include (print $.Template.BasePath "/secrets.yaml") . | sha256sum
}}
checksum/config
:
{{
include (print $.Template.BasePath "/configmap.yaml") . | sha256sum
}}
{{
- if .Values.podAnnotations
}}
{{
toYaml .Values.podAnnotations | trimSuffix "\n" | indent 8
}}
{{
- end
}}
spec
:
{{
- if .Values.priorityClassName
}}
priorityClassName
:
"
{{
.Values.priorityClassName
}}"
...
...
@@ -125,18 +119,6 @@ spec:
{{
- end
}}
resources
:
{{
toYaml .Values.resources | indent 12
}}
{{
- with .Values.nodeSelector
}}
nodeSelector
:
{{
toYaml . | indent 8
}}
{{
- end
}}
{{
- with .Values.affinity
}}
affinity
:
{{
toYaml . | indent 8
}}
{{
- end
}}
{{
- with .Values.tolerations
}}
tolerations
:
{{
toYaml . | indent 8
}}
{{
- end
}}
volumes
:
-
name
:
minio-user
secret
:
...
...
test/minio/8.0.5/values.yaml
View file @
ad300671
...
...
@@ -149,13 +149,6 @@ service:
# prometheus.io/path: '/minio/prometheus/metrics'
# prometheus.io/port: '9000'
## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector
:
{}
tolerations
:
[]
affinity
:
{}
## Add stateful containers to have security context, if enabled MinIO will run as this
## user and group NOTE: securityContext is only enabled if persistence.enabled=true
securityContext
:
...
...
@@ -164,12 +157,6 @@ securityContext:
runAsGroup
:
1000
fsGroup
:
1000
# Additational pod annotations
podAnnotations
:
{}
# Additional pod labels
podLabels
:
{}
## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
##
...
...
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