Automated Manifest Update (#2916)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2916 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2916.
This commit is contained in:
@@ -9,7 +9,7 @@ metadata:
|
|||||||
helm.sh/chart: garage-4.5.0
|
helm.sh/chart: garage-4.5.0
|
||||||
namespace: garage
|
namespace: garage
|
||||||
data:
|
data:
|
||||||
garage.toml: |
|
garage-1.toml: |
|
||||||
replication_factor = 3
|
replication_factor = 3
|
||||||
|
|
||||||
metadata_dir = "/var/lib/garage/meta"
|
metadata_dir = "/var/lib/garage/meta"
|
||||||
@@ -22,7 +22,68 @@ data:
|
|||||||
|
|
||||||
compression_level = 3
|
compression_level = 3
|
||||||
|
|
||||||
rpc_addr = "[::]"
|
rpc_bind_addr = "[::]:3901"
|
||||||
|
rpc_public_addr = "garage-main:3901"
|
||||||
|
|
||||||
|
allow_world_readable_secrets = false
|
||||||
|
|
||||||
|
[s3_api]
|
||||||
|
s3_region = "us-east-1"
|
||||||
|
api_bind_addr = "[::]:3900"
|
||||||
|
root_domain = ".garage-s3.alexlebens.net"
|
||||||
|
|
||||||
|
[s3_web]
|
||||||
|
bind_addr = "[::]:3902"
|
||||||
|
root_domain = ".garage-s3.alexlebens.net"
|
||||||
|
|
||||||
|
[admin]
|
||||||
|
api_bind_addr = "[::]:3903"
|
||||||
|
metrics_require_token = true
|
||||||
|
garage-2.toml: |
|
||||||
|
replication_factor = 3
|
||||||
|
|
||||||
|
metadata_dir = "/var/lib/garage/meta"
|
||||||
|
data_dir = "/var/lib/garage/data"
|
||||||
|
metadata_snapshots_dir = "/var/lib/garage/snapshots"
|
||||||
|
|
||||||
|
db_engine = "lmdb"
|
||||||
|
|
||||||
|
metadata_auto_snapshot_interval = "6h"
|
||||||
|
|
||||||
|
compression_level = 3
|
||||||
|
|
||||||
|
rpc_bind_addr = "[::]:3901"
|
||||||
|
rpc_public_addr = "garage-2:3901"
|
||||||
|
|
||||||
|
allow_world_readable_secrets = false
|
||||||
|
|
||||||
|
[s3_api]
|
||||||
|
s3_region = "us-east-1"
|
||||||
|
api_bind_addr = "[::]:3900"
|
||||||
|
root_domain = ".garage-s3.alexlebens.net"
|
||||||
|
|
||||||
|
[s3_web]
|
||||||
|
bind_addr = "[::]:3902"
|
||||||
|
root_domain = ".garage-s3.alexlebens.net"
|
||||||
|
|
||||||
|
[admin]
|
||||||
|
api_bind_addr = "[::]:3903"
|
||||||
|
metrics_require_token = true
|
||||||
|
garage-3.toml: |
|
||||||
|
replication_factor = 3
|
||||||
|
|
||||||
|
metadata_dir = "/var/lib/garage/meta"
|
||||||
|
data_dir = "/var/lib/garage/data"
|
||||||
|
metadata_snapshots_dir = "/var/lib/garage/snapshots"
|
||||||
|
|
||||||
|
db_engine = "lmdb"
|
||||||
|
|
||||||
|
metadata_auto_snapshot_interval = "6h"
|
||||||
|
|
||||||
|
compression_level = 3
|
||||||
|
|
||||||
|
rpc_bind_addr = "[::]:3901"
|
||||||
|
rpc_public_addr = "garage-3:3901"
|
||||||
|
|
||||||
allow_world_readable_secrets = false
|
allow_world_readable_secrets = false
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: 535ecb0879838979d24ac2c09504bfd2212447d17d7d68da9e90d60e54b237ae
|
checksum/configMaps: 2e93a85033f34cc8c0655ddeb07ac8cfe3673acb233c0d4c5d0b146b2ec6b907
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: server-1
|
app.kubernetes.io/controller: server-1
|
||||||
app.kubernetes.io/instance: garage
|
app.kubernetes.io/instance: garage
|
||||||
@@ -62,7 +62,7 @@ spec:
|
|||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
name: config
|
name: config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: garage.toml
|
subPath: garage-1.toml
|
||||||
- mountPath: /var/lib/garage/data
|
- mountPath: /var/lib/garage/data
|
||||||
name: data-1
|
name: data-1
|
||||||
- mountPath: /var/lib/garage/meta
|
- mountPath: /var/lib/garage/meta
|
||||||
@@ -82,7 +82,7 @@ spec:
|
|||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
name: config
|
name: config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: garage.toml
|
subPath: garage-1.toml
|
||||||
- mountPath: /var/lib/garage/data
|
- mountPath: /var/lib/garage/data
|
||||||
name: data-1
|
name: data-1
|
||||||
- mountPath: /var/lib/garage/meta
|
- mountPath: /var/lib/garage/meta
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: 535ecb0879838979d24ac2c09504bfd2212447d17d7d68da9e90d60e54b237ae
|
checksum/configMaps: 2e93a85033f34cc8c0655ddeb07ac8cfe3673acb233c0d4c5d0b146b2ec6b907
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: server-2
|
app.kubernetes.io/controller: server-2
|
||||||
app.kubernetes.io/instance: garage
|
app.kubernetes.io/instance: garage
|
||||||
@@ -62,7 +62,7 @@ spec:
|
|||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
name: config
|
name: config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: garage.toml
|
subPath: garage-2.toml
|
||||||
- mountPath: /var/lib/garage/data
|
- mountPath: /var/lib/garage/data
|
||||||
name: data-2
|
name: data-2
|
||||||
- mountPath: /var/lib/garage/meta
|
- mountPath: /var/lib/garage/meta
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: 535ecb0879838979d24ac2c09504bfd2212447d17d7d68da9e90d60e54b237ae
|
checksum/configMaps: 2e93a85033f34cc8c0655ddeb07ac8cfe3673acb233c0d4c5d0b146b2ec6b907
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: server-3
|
app.kubernetes.io/controller: server-3
|
||||||
app.kubernetes.io/instance: garage
|
app.kubernetes.io/instance: garage
|
||||||
@@ -62,7 +62,7 @@ spec:
|
|||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
name: config
|
name: config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: garage.toml
|
subPath: garage-3.toml
|
||||||
- mountPath: /var/lib/garage/data
|
- mountPath: /var/lib/garage/data
|
||||||
name: data-3
|
name: data-3
|
||||||
- mountPath: /var/lib/garage/meta
|
- mountPath: /var/lib/garage/meta
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: 535ecb0879838979d24ac2c09504bfd2212447d17d7d68da9e90d60e54b237ae
|
checksum/configMaps: 2e93a85033f34cc8c0655ddeb07ac8cfe3673acb233c0d4c5d0b146b2ec6b907
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: webui
|
app.kubernetes.io/controller: webui
|
||||||
app.kubernetes.io/instance: garage
|
app.kubernetes.io/instance: garage
|
||||||
@@ -58,7 +58,7 @@ spec:
|
|||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
name: config
|
name: config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: garage.toml
|
subPath: garage-1.toml
|
||||||
volumes:
|
volumes:
|
||||||
- configMap:
|
- configMap:
|
||||||
name: garage
|
name: garage
|
||||||
|
|||||||
Reference in New Issue
Block a user