...

Text file src/edge-infra.dev/pkg/edge/datasync/controllers/couchctl/testdata/touchpoint1-configmap.yaml

Documentation: edge-infra.dev/pkg/edge/datasync/controllers/couchctl/testdata

     1apiVersion: v1
     2kind: ConfigMap
     3metadata:
     4  name: data-sync-couchdb-1
     5  namespace: data-sync-couchdb
     6  labels:
     7    platform.edge.ncr.com/component: data-sync-couchdb
     8data:
     9  inifile: |
    10    [chttpd]
    11    bind_address = any
    12    require_valid_user_except_for_up = true
    13
    14    [cluster]
    15    n = 1
    16    q = 2
    17
    18    [couchdb]
    19    default_security = admin_only
    20    file_compression = deflate_1
    21    single_node = true
    22    uuid = 18ca6776db334e1493fd4d3a00bf373f
    23    max_dbs_open = 600
    24    users_db_security_editable = true
    25
    26    [log]
    27    level = warning
    28    
    29    [disk_monitor]
    30    enable = true
    31
    32    [replicator]
    33    max_history = 7
    34    connection_timeout = 90000
    35    max_jobs = 50
    36    interval = 60000
    37    max_churn = 10
    38    checkpoint_interval = 300000
    39    use_checkpoints = true
    40    use_bulk_get = true
    41
    42    [smoosh]
    43    db_channels = upgrade_dbs,ratio_dbs,slack_dbs
    44    view_channels = upgrade_views,ratio_views,slack_views
    45    cleanup_channels = index_cleanup
    46    compaction_log_level = debug
    47
    48    [smoosh.ratio_dbs]
    49    priority = ratio
    50    min_priority = 1.3
    51    min_size = 10000
    52    concurrency = 5
    53
    54    [smoosh.ratio_views]
    55    priority = ratio
    56    min_priority = 1.3
    57    min_size = 10000
    58    concurrency = 5
    59
    60    [smoosh.slack_dbs]
    61    priority = slack
    62    min_priority = 20000000
    63    min_size = 10000
    64    concurrency = 5
    65
    66    [smoosh.slack_views]
    67    priority = slack
    68    min_priority = 20000000
    69    min_size = 10000
    70    concurrency = 5
    71
    72    [prometheus]
    73    additional_port = true
    74    bind_address = any
    75    port = 17986

View as plain text