rclone
rclone
A Helm chart for Kubernetes
Maintainers
| Name | Url | |
|---|---|---|
| WrenIX | https://wrenix.eu |
Usage
Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm’s documentation to get started. Once Helm has been set up correctly, fetch the charts as follows:
helm pull oci://codeberg.org/wrenix/helm-charts/rcloneYou can install a chart release using the following command:
helm install rclone-release oci://codeberg.org/wrenix/helm-charts/rclone --values values.yamlTo uninstall a chart release use helm’s delete command:
helm uninstall rclone-releaseValues
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} | |
| autoscaling.enabled | bool | false | |
| autoscaling.maxReplicas | int | 100 | |
| autoscaling.minReplicas | int | 1 | |
| autoscaling.targetCPUUtilizationPercentage | int | 80 | |
| config.args | list | ["--append-only","--private-repos"] | additional args for restic |
| config.htpasswd | object | {} | here plaintext we generate htpasswd a dict of (user: password) user1: password1 user2: password2 |
| config.listen | int | 8080 | addr (used for service and ingress) |
| config.metrics.enabled | bool | false | start metric endpoint (could be collected by prometheus.servicemonitor) |
| config.metrics.port | int | 9100 | port on listen metric endpoint |
| config.type | string | "restic" | what type should restic serve (e.g. restic, http) |
| env | list | [] | set env in container for usage Environment variables |
| envFrom | list | [] | set envFrom in container for usage of ConfigMaps or Secrets as a bunch of Environment variables |
| fullnameOverride | string | "" | |
| global.image.pullPolicy | string | nil | if set it will overwrite all pullPolicy |
| global.image.registry | string | nil | if set it will overwrite all registry entries |
| grafana.dashboards.annotations | object | {} | |
| grafana.dashboards.enabled | bool | false | |
| grafana.dashboards.labels.grafana_dashboard | string | "1" | |
| image.pullPolicy | string | "IfNotPresent" | This sets the pull policy for images. (could be overwritten by global.image.pullPolicy) |
| image.registry | string | "ghcr.io" | image registry (could be overwritten by global.image.registry) |
| image.repository | string | "rclone/rclone" | image repository |
| image.tag | string | "" | image tag - Overrides the image tag whose default is the chart appVersion. |
| 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 | "ImplementationSpecific" | |
| ingress.tls | list | [] | |
| nameOverride | string | "" | |
| networkPolicy.egress.enabled | bool | true | activate egress no networkpolicy |
| networkPolicy.egress.extra | list | [] | egress rules |
| networkPolicy.enabled | bool | false | |
| networkPolicy.ingress.http | list | [] | ingress for http port (e.g. ingress-controller) |
| networkPolicy.ingress.metrics | list | [] | ingress for metrics port (e.g. prometheus) |
| nodeSelector | object | {} | |
| persistence.accessMode | string | "ReadWriteOnce" | accessMode |
| persistence.annotations | object | {} | |
| persistence.enabled | bool | true | Enable persistence using Persistent Volume Claims ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ |
| persistence.existingClaim | string | nil | A manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound |
| persistence.hostPath | string | nil | Do not create an PVC, direct use hostPath in Pod |
| persistence.size | string | "10Gi" | size |
| persistence.storageClass | string | nil | Persistent Volume Storage Class If defined, storageClassName: |
| podAnnotations | object | {} | |
| podLabels | object | {} | |
| podSecurityContext | object | {} | set securityContext on pod level |
| prometheus.rules.additionalRules | list | [] | |
| prometheus.rules.enabled | bool | false | |
| prometheus.rules.labels | object | {} | |
| prometheus.servicemonitor.enabled | bool | false | |
| prometheus.servicemonitor.labels | object | {} | |
| replicaCount | int | 1 | replicas |
| resources | object | {} | |
| securityContext | object | {} | set securityContext on container level |
| service.http.port | int | 80 | |
| service.http.type | string | "ClusterIP" | |
| serviceAccount.annotations | object | {} | |
| serviceAccount.create | bool | true | |
| serviceAccount.name | string | "" | |
| tolerations | list | [] | |
| updateStrategy | object | {} |
Autogenerated from chart metadata using helm-docs