Add test values yaml file

This commit is contained in:
Waqar Ahmed 2020-12-09 06:12:06 +05:00
parent a99d01b01e
commit 53ce8cd15f
4 changed files with 21 additions and 3 deletions

View File

@ -89,6 +89,7 @@ questions:
- variable: secretKey
label: "Secret Key"
group: "Minio Configuration"
schema:
type: string
required: true
@ -101,6 +102,7 @@ questions:
schema:
type: dict
additional_attrs: true
attrs: []
- variable: service
description: "Minio Service Configuration"

View File

@ -1,2 +1,2 @@
Minio can be accessed from the following URL:
http://$node_ip:{{ .Values.plexServiceTCP.port }}/
http://$node_ip:{{ .Values.service.nodePort }}/

View File

@ -23,7 +23,6 @@ spec:
release: {{ .Release.Name }}
annotations:
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
serviceAccountName: {{ include "minio.serviceAccountName" . | quote }}
containers:
@ -33,7 +32,7 @@ spec:
command:
- "/bin/sh"
- "-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:
- name: export
mountPath: /export

View File

@ -0,0 +1,17 @@
## 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