Easy and fast file sharing from the command-line.
Homepage: https://github.com/LibreTranslate/LibreTranslate
Kubernetes: >=1.16.0-0
Repository | Name | Version |
---|---|---|
https://bjw-s.github.io/helm-charts | common | 3.7.1 |
Key | Type | Default | Description |
---|---|---|---|
controllers.main.containers.main.args | list | ["--provider=local"] |
Arguments to pass to the container. you can change the provider to s3, gdrive, etc. by setting the –provider flag. See https://github.com/dutchcoders/transfer.sh |
controllers.main.containers.main.env | object | {"BASEDIR":"/storage"} |
Environment variables to set in the container. transfer.sh supports environment variables to customize its behavior. For more information, see https://github.com/dutchcoders/transfer.sh |
controllers.main.containers.main.envFrom | list | [] |
Environment variables from secrets or config maps. This is useful for sensitive information like API keys, passwords, etc. |
controllers.main.containers.main.image.pullPolicy | string | "IfNotPresent" |
image pull policy |
controllers.main.containers.main.image.repository | string | "dutchcoders/transfer.sh" |
image repository |
controllers.main.containers.main.image.tag | string | "v1.6.1-noroot" |
image tag |
controllers.main.strategy | string | "Recreate" |
|
ingress.main | object | {"enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"Prefix","service":{"identifier":"main","port":"http"}}]}],"tls":[{"hosts":["chart-example.local"],"secretName":"tls-chart-example-local"}]} |
Enable and configure ingress settings for the chart under this key. |
persistence | object | {"storage":{"accessMode":"ReadWriteOnce","annotations":{},"enabled":false,"globalMounts":[{"path":"/storage"}],"size":"10Gi"}} |
Configure persistence settings for the chart under this key. |
service | object | {"main":{"controller":"main","ports":{"http":{"port":80,"protocol":"TCP","targetPort":8080}}}} |
Configures service settings for the chart. |
Autogenerated from chart metadata using helm-docs v1.14.2