...

Text file src/edge-infra.dev/test/fixtures/warehouse/layout/blobs/sha256/4e301e340dd3ceef8076abc1c241181ebe88c4de9435d1b93a38e50619adbc74

Documentation: edge-infra.dev/test/fixtures/warehouse/layout/blobs/sha256

     1apiVersion: v1
     2kind: Namespace
     3metadata:
     4  name: data-sync-couchdb
     5  labels:
     6    workload.edge.ncr.com: platform
     7  annotations:
     8    pallet.edge.ncr.com/created: "2023-02-16T21:26:39Z"
     9    pallet.edge.ncr.com/name: couchdb
    10    pallet.edge.ncr.com/revision: 696897a3df910b6e84a88c9336907a17b18159c1
    11    pallet.edge.ncr.com/source: https://github.com/ncrvoyix-swt-retail/edge-infra/tree/696897a3df910b6e84a88c9336907a17b18159c1
    12    pallet.edge.ncr.com/team: '@ncrvoyix-swt-retail/edge-data-sync'
    13    pallet.edge.ncr.com/version: 7.7.7-rc.1676582799+commit.696897a
    14---
    15apiVersion: datasync.edge.ncr.com/v1alpha1
    16kind: CouchDBServer
    17metadata:
    18  name: store-server
    19  namespace: data-sync-couchdb
    20  annotations:
    21    pallet.edge.ncr.com/created: "2023-02-16T21:26:39Z"
    22    pallet.edge.ncr.com/name: couchdb
    23    pallet.edge.ncr.com/revision: 696897a3df910b6e84a88c9336907a17b18159c1
    24    pallet.edge.ncr.com/source: https://github.com/ncrvoyix-swt-retail/edge-infra/tree/696897a3df910b6e84a88c9336907a17b18159c1
    25    pallet.edge.ncr.com/team: '@ncrvoyix-swt-retail/edge-data-sync'
    26    pallet.edge.ncr.com/version: 7.7.7-rc.1676582799+commit.696897a
    27  labels: {}
    28spec:
    29  type: store
    30  admin:
    31    secretRef:
    32      name: couchdb-local-creds
    33      namespace: data-sync-couchdb
    34    replicationSecret:
    35      fromSecret:
    36        name: couchdb-local-creds
    37        namespace: data-sync-couchdb
    38      target: ""
    39  base:
    40    compression: deflate_1
    41    defaultSecurity: admin_only
    42    maxDBsOpen: 600
    43    securityEditable: true
    44    singleNode: true
    45    uuid: 18ca6776db334e1493fd4d3a00bf373f
    46  cluster:
    47    autoFinish: true
    48    nodes: 1
    49  clustering:
    50    nodes: 1
    51    shards: 2
    52  log:
    53    level: warning
    54  metrics:
    55    port: 17986
    56    additionalPort: true
    57    bindAddress: any
    58  replicator:
    59    checkpointInterval: 300000
    60    connectionTimeout: 90000
    61    interval: 60000
    62    maxChurn: 10
    63    maxHistory: 7
    64    maxJobs: 50
    65    useBulkGet: true
    66    useCheckpoints: true
    67  server:
    68    http:
    69      bindAddress: any
    70      requireValidUserExceptUp: true
    71  smoosh:
    72    channels:
    73      ratio_dbs:
    74        priority: ratio
    75        concurrency: 5
    76        minPriority: 1.3
    77        minSize: 10000
    78      ratio_views:
    79        priority: ratio
    80        concurrency: 5
    81        minPriority: 1.3
    82        minSize: 10000
    83      slack_dbs:
    84        priority: slack
    85        concurrency: 5
    86        minPriority: 20000000
    87        minSize: 10000
    88      slack_views:
    89        priority: slack
    90        concurrency: 5
    91        minPriority: 20000000
    92        minSize: 10000
    93    cleanupChannels:
    94    - index_cleanup
    95    compactionLogLevel: debug
    96    dbChannels:
    97    - upgrade_dbs
    98    - ratio_dbs
    99    - slack_dbs
   100    viewChannels:
   101    - upgrade_views
   102    - ratio_views
   103    - slack_views
   104  uri: data-sync-couchdb-0.data-sync-couchdb.data-sync-couchdb.svc.cluster.local

View as plain text