sergeyshevch / s3manager-helm

2 stars 3 forks source link

s3manager

Version: 0.1.0 Type: application AppVersion: 0.2.0

Chart for s3manager - web GUI for s3

Homepage: https://github.com/sergeyshevch/s3manager-helm

Maintainers

Name Email Url
sergeyshevch sergeyshevchdevelop@gmail.com https://github.com/sergeyshevch

Source Code

Installation

helm repo add sergeyshevch https://sergeyshevch.github.io/charts
helm upgrate --install sergeyshevch/s3manager-helm RELEASE_NAME

Changelog

0.1.0

Changes:

Upgrade guide:

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
configMap.data object {}
configMap.enabled bool true
extraContainers list []
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "quay.io/sergeyshevch/s3manager"
image.tag string "feature_refactoring"
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "Prefix"
ingress.hosts[0].paths[0].port int 80
ingress.tls list []
initContainers list []
livenessProbe object {}
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
ports[0].containerPort int 80
ports[0].name string "http"
ports[0].protocol string "TCP"
ports[0].servicePort int 80
readinessProbe object {}
replicaCount int 1
resources object {}
secret.data object {}
secret.enabled bool false
securityContext object {}
service.additionalPorts list [] Same structure as in ports
service.enabled bool true
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []
topologySpreadConstraints list []

Development

How to create new release?