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
53ce8cd1
Commit
53ce8cd1
authored
Dec 09, 2020
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test values yaml file
parent
a99d01b0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
3 deletions
+21
-3
test/minio/8.0.5/questions.yaml
test/minio/8.0.5/questions.yaml
+2
-0
test/minio/8.0.5/templates/NOTES.txt
test/minio/8.0.5/templates/NOTES.txt
+1
-1
test/minio/8.0.5/templates/deployment.yaml
test/minio/8.0.5/templates/deployment.yaml
+1
-2
test/minio/8.0.5/test_values.yaml
test/minio/8.0.5/test_values.yaml
+17
-0
No files found.
test/minio/8.0.5/questions.yaml
View file @
53ce8cd1
...
@@ -89,6 +89,7 @@ questions:
...
@@ -89,6 +89,7 @@ questions:
-
variable
:
secretKey
-
variable
:
secretKey
label
:
"
Secret
Key"
label
:
"
Secret
Key"
group
:
"
Minio
Configuration"
schema
:
schema
:
type
:
string
type
:
string
required
:
true
required
:
true
...
@@ -101,6 +102,7 @@ questions:
...
@@ -101,6 +102,7 @@ questions:
schema
:
schema
:
type
:
dict
type
:
dict
additional_attrs
:
true
additional_attrs
:
true
attrs
:
[]
-
variable
:
service
-
variable
:
service
description
:
"
Minio
Service
Configuration"
description
:
"
Minio
Service
Configuration"
...
...
test/minio/8.0.5/templates/NOTES.txt
View file @
53ce8cd1
Minio can be accessed from the following URL:
Minio can be accessed from the following URL:
http://$node_ip:{{ .Values.
plexServiceTCP.p
ort }}/
http://$node_ip:{{ .Values.
service.nodeP
ort }}/
test/minio/8.0.5/templates/deployment.yaml
View file @
53ce8cd1
...
@@ -23,7 +23,6 @@ spec:
...
@@ -23,7 +23,6 @@ spec:
release
:
{{
.Release.Name
}}
release
:
{{
.Release.Name
}}
annotations
:
annotations
:
checksum/secrets
:
{{
include (print $.Template.BasePath "/secrets.yaml") . | sha256sum
}}
checksum/secrets
:
{{
include (print $.Template.BasePath "/secrets.yaml") . | sha256sum
}}
checksum/config
:
{{
include (print $.Template.BasePath "/configmap.yaml") . | sha256sum
}}
spec
:
spec
:
serviceAccountName
:
{{
include "minio.serviceAccountName" . | quote
}}
serviceAccountName
:
{{
include "minio.serviceAccountName" . | quote
}}
containers
:
containers
:
...
@@ -33,7 +32,7 @@ spec:
...
@@ -33,7 +32,7 @@ spec:
command
:
command
:
-
"
/bin/sh"
-
"
/bin/sh"
-
"
-ce"
-
"
-ce"
-
"
/usr/bin/docker-entrypoint.sh
minio
-S
server
/export
{{-
template
"minio.extraArgs" . }}"
-
"
/usr/bin/docker-entrypoint.sh
minio
server
/export
{{-
template
"minio.extraArgs" . }}"
volumeMounts
:
volumeMounts
:
-
name
:
export
-
name
:
export
mountPath
:
/export
mountPath
:
/export
...
...
test/minio/8.0.5/test_values.yaml
0 → 100644
View file @
53ce8cd1
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
##
image
:
repository
:
minio/minio
tag
:
RELEASE.2020-11-19T23-48-16Z
pullPolicy
:
IfNotPresent
## Additional arguments to pass to minio binary
extraArgs
:
[]
updateStrategy
:
RollingUpdate
service
:
nodePort
:
32000
environment
:
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
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