mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
17 lines
356 B
YAML
17 lines
356 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: buildbuddy
|
|
namespace: default
|
|
data:
|
|
config.yaml: |
|
|
app:
|
|
build_buddy_url: "https://bz.build.resf.org"
|
|
default_to_dense_mode: true
|
|
database:
|
|
data_source: "sqlite3:///data/buildbuddy.db"
|
|
storage:
|
|
aws_s3:
|
|
region: us-east-2
|
|
bucket: resf-prod-buildbuddy-bz
|