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
e19d7d63
Commit
e19d7d63
authored
Feb 08, 2021
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure CAs directory for minio for https access
parent
916fd6e6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
test/minio/1.2.0/templates/_cert.tpl
test/minio/1.2.0/templates/_cert.tpl
+8
-0
test/minio/1.2.0/templates/deployment.yaml
test/minio/1.2.0/templates/deployment.yaml
+1
-1
No files found.
test/minio/1.2.0/templates/_cert.tpl
View file @
e19d7d63
...
...
@@ -5,6 +5,8 @@ Formats volumeMount for Minio tls keys and trusted certs
{{- if eq (include "minio.certAvailable" .) "true" -}}
- name: cert-secret-volume
mountPath: "/etc/minio/certs"
- name: trusted-cert-secret-volume
mountPath: "/etc/minio/certs/CAs"
{{- end }}
{{- end -}}
...
...
@@ -21,5 +23,11 @@ Formats volume for Minio tls keys and trusted certs
path: public.crt
- key: certPrivateKey
path: private.key
- name: trusted-cert-secret-volume
secret:
secretName: {{ include "minio.secretName" . }}
items:
- key: certPublicKey
path: public.crt
{{- end }}
{{- end -}}
test/minio/1.2.0/templates/deployment.yaml
View file @
e19d7d63
...
...
@@ -33,7 +33,7 @@ spec:
command
:
-
"
/bin/sh"
-
"
-ce"
-
"
/usr/bin/docker-entrypoint.sh
minio
server
/export
{{
(.Values.extraArgs
|
default
list)
|
join
"
"
}}"
-
"
/usr/bin/docker-entrypoint.sh
minio
-S
/etc/minio/certs
server
/export
{{
(.Values.extraArgs
|
default
list)
|
join
"
"
}}"
ports
:
-
name
:
http
containerPort
:
9000
...
...
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