-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrite.yaml
More file actions
41 lines (41 loc) · 785 Bytes
/
write.yaml
File metadata and controls
41 lines (41 loc) · 785 Bytes
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
apiVersion: v1
kind: Namespace
metadata:
name: solr-write
---
apiVersion: solr.apache.org/v1beta1
kind: SolrCloud
metadata:
name: write
namespace: solr-write
spec:
busyBoxImage:
repository: library/busybox
tag: 1.28.0-glibc
customSolrKubeOptions: {}
dataStorage:
ephemeral:
emptyDir:
sizeLimit: 20Gi
replicas: 3
solrAddressability:
commonServicePort: 80
podPort: 8983
solrImage:
repository: solr
tag: 9.1.1
solrJavaMem: '-Xms1g -Xmx2g'
solrLogLevel: INFO
updateStrategy:
managed: {}
method: Managed
zookeeperRef:
provided:
chroot: /
config: {}
image:
pullPolicy: IfNotPresent
repository: pravega/zookeeper
replicas: 3
zookeeperPodPolicy:
resources: {}