No introduction found. Create it?
Install with:
helm repo add app-template oci://ghcr.io/bjw-s-labs/charts/
helm install garage app-template/app-template -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| garage | rafaribe/home-ops | 93 | 4.6.0 | 24 days ago |
| garage | drag0n141/home-ops | 52 | 4.6.2 | a month ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
| string | |
| string | |
controllers.garage.containers.app.image.tag (11) v2.2.0@sha256:45a61ce3f7c9c24fc23d9ed2b09b27ed560ab87b34605d175d5c588f539c24e4 | string |
| string | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| string | |
controllers.garage.containers.app.env.TZ (6) ${TIMEZONE} | string |
| boolean | |
| boolean | |
| number | |
| number | |
| number | |
| number | |
| number | |
| boolean | |
| boolean | |
| number | |
| number | |
| number | |
| number | |
| number | |
controllers.garage.containers.app.command[] (1) - /garage | string |
controllers.garage.containers.app.ports[].containerPort (1) 3900 | number |
controllers.garage.containers.app.ports[].name (1) api | string |
| string | |
| string | |
| string | |
| number | |
| number | |
| number | |
| number | |
controllers.garage.strategy (1) RollingUpdate | string |
| string | |
controllers.webui.containers.app.env.API_BASE_URL (1) http://garage:3903 | string |
controllers.webui.containers.app.env.S3_ENDPOINT_URL (1) http://garage:3900 | string |
controllers.webui.containers.app.env.TZ (1) ${TIME_ZONE} | string |
controllers.webui.containers.app.image.repository (1) khairul169/garage-webui | string |
controllers.webui.containers.app.image.tag (1) 1.1.0@sha256:17c793551873155065bf9a022dabcde874de808a1f26e648d4b82e168806439c | string |
| boolean | |
| boolean | |
| string | |
| string | |
| boolean | |
| string | |
| boolean | |
| number | |
| number | |
| number | |
| string | |
| boolean | |
| number | |
| number | |
| number | |
| string | |
| number | |
persistence.config.globalMounts[].path (11) /etc/garage.toml | string |
persistence.config.globalMounts[].subPath (11) configuration.toml | string |
| boolean | |
persistence.config.name (11) garage-configmap | string |
persistence.config.type (11) configMap | string |
| boolean | |
| string | |
| boolean | |
| string | |
persistence.data.path (7) /mnt/truenas/cf-nas/s3/data | string |
persistence.data.server (7) nas.${SECRET_DOMAIN} | string |
persistence.data.existingClaim (3) garage-data-pvc | string |
| string | |
| string | |
persistence.data.hostPath (1) /io/garage/data | string |
persistence.data.hostPathType (1) Directory | string |
| string | |
| boolean | |
| string | |
persistence.meta.path (6) /mnt/truenas/cf-nas/s3/meta | string |
persistence.meta.server (6) nas.${SECRET_DOMAIN} | string |
persistence.meta.existingClaim (3) garage-meta-pvc | string |
| string | |
persistence.meta.hostPath (1) /io/garage/meta | string |
persistence.meta.hostPathType (1) Directory | string |
| number | |
| number | |
| number | |
| number | |
| number | |
| string | |
| string | |
| number | |
| string | |
| number | |
| boolean | |
| string | |
| string | |
| number | |
| string | |
route.app.hostnames[] (6) - s3.${SECRET_DOMAIN} | string |
route.app.parentRefs[].name (6) envoy-internal | string |
| string | |
| string | |
| string, number | |
| string | |
| string | |
route.app.annotations."gatus.home-operations.com/endpoint" (2) conditions: ["[STATUS] == 403"] | string |
route.s3.hostnames[] (3) - s3-garage.jnobrega.com | string |
route.s3.parentRefs[].name (3) internal | string |
| string | |
| string | |
| string | |
| number, string | |
| string | |
| string | |
route.s3.annotations."gatus.home-operations.com/endpoint" (1) conditions: ["[STATUS] == 403"] | string |
route.api.hostnames[] (2) - api-garage.jnobrega.com | string |
route.api.parentRefs[].name (2) internal | string |
| string | |
| string | |
| string | |
| string | |
| number | |
route.api.annotations."gatus.home-operations.com/endpoint" (1) conditions: ["[STATUS] == 400"] | string |
route.external.annotations."external-dns.alpha.kubernetes.io/target" (1) external.${SECRET_DOMAIN} | string |
route.external.hostnames[] (1) - s3.${SECRET_DOMAIN} | string |
| string | |
| string | |
| string | |
| string | |
| string | |
route.internal.hostnames[] (1) - s3-local.${SECRET_DOMAIN} | string |
| string | |
| string | |
| string | |
| string | |
| string | |
| boolean | |
route.web.hostnames[] (1) - *.web.${CLUSTER_DOMAIN} | string |
route.web.parentRefs[].name (1) external | string |
| string | |
| string | |
| number | |
route.webui.annotations."gethomepage.dev/description" (1) S3-compatible object store for small self-hosted deployments | string |
| string | |
| string | |
| string | |
| string | |
route.webui.annotations."gethomepage.dev/pod-selector" (1) app.kubernetes.io/name = garage | string |
route.webui.hostnames[] (1) - garage.${CLUSTER_DOMAIN} | string |
route.webui.parentRefs[].name (1) traefik-gateway | string |
| string | |
| string | |
route.webui.rules[].backendRefs[].name (1) garage-webui | string |
| number | |
| string | |
| string | |
| string | |
route.webui.rules[].filters[].type (1) ExtensionRef | string |
configMaps.config.data."configuration.toml" (2) metadata_dir = "/meta"
data_dir = "/data"
db_engine = "lmdb"
metadata_auto_snapshot_interval = "6h"
replication_factor = 1
compression_level = 1
rpc_bind_addr = "[::]:3901"
rpc_public_addr = "127.0.0.1:3901"
[s3_api]
s3_region = "us-east-1"
api_bind_addr = "[::]:3900"
root_domain = ".s3-garage.jnobrega.com"
[admin]
api_bind_addr = "[::]:3903"
| string |
serviceMonitor.app.endpoints[].authorization.credentials.key (1) GARAGE_METRICS_TOKEN | string |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| boolean | |
serviceMonitor.main.endpoints[].bearerTokenSecret.key (1) GARAGE_METRICS_TOKEN | string |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string |