-
Notifications
You must be signed in to change notification settings - Fork 8
/
cluster-basic.yaml
43 lines (43 loc) · 1.04 KB
/
cluster-basic.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
apiVersion: couchbase.com/v1
kind: CouchbaseCluster
metadata:
name: cb-example
spec:
baseImage: registry.connect.redhat.com/couchbase/server
version: 6.0.0-1
authSecret: cb-example-auth
exposeAdminConsole: true
adminConsoleServices:
- data
cluster:
dataServiceMemoryQuota: 256
indexServiceMemoryQuota: 512
searchServiceMemoryQuota: 256
eventingServiceMemoryQuota: 256
analyticsServiceMemoryQuota: 1024
indexStorageSetting: memory_optimized
autoFailoverTimeout: 10
autoFailoverMaxCount: 3
autoFailoverOnDataDiskIssues: true
autoFailoverOnDataDiskIssuesTimePeriod: 30
autoFailoverServerGroup: false
buckets:
- name: tweets
type: couchbase
memoryQuota: 128
replicas: 2
ioPriority: high
evictionPolicy: fullEviction
conflictResolution: seqno
enableFlush: true
enableIndexReplica: true
servers:
- size: 4
name: all_services
services:
- data
- index
- query
#- search
#- eventing
#- analytics