garage-cluster/cm.yaml
James Andariese 95b17c7e63 updates after learning things
add aws command which actually runs a nix flake.
update hostnames to be {s3,web}.strudelline.net.
tools command now can setup your garage alias.
2025-04-10 23:50:51 -05:00

26 lines
545 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: garage-config
namespace: garage
data:
metadata_dir: "/var/lib/garage/meta"
data_dir: "/var/lib/garage/data"
rpc_bind_addr: "[::]:3901"
replication_factor: "2"
consistency_mode: "consistent"
bootstrap_peers: |
[]
s3_api.s3_region: "us-east-1"
s3_api.api_bind_addr: "[::]:3900"
s3_api.root_domain: ".s3.strudelline.net"
s3_web.bind_addr: "[::]:3902"
s3_web.root_domain: ".web.strudelline.net"
s3_web.add_host_to_metrics: "true"
admin.api_bind_addr: "[::]:3903"