-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
91 lines (87 loc) · 1.53 KB
/
values.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
mongodb:
label: mongodb
replicas: 1
weight: 2
port: 27017
image:
name: mongo
tag: latest
resources:
limits:
memory: "512Mi"
cpu: "500m"
volume:
capacity: 1000Mi
kafka:
label: kafka
replicas: 1
weight: 1
port: 9092
image:
name: confluentinc/cp-kafka
tag: 7.0.1
pullPolicy: IfNotPresent
resources:
limits:
memory: "512Mi"
cpu: "500m"
variables:
brokerId: 1
zookeeperConnect: zookeeper-service:2181
securityProtocolMap: PLAINTEXT:PLAINTEXT
advertisedListeners: PLAINTEXT://kafka-service:9092
listeners: PLAINTEXT://:9092
numPartitions: &patitions 2
replicationFactor: 1
zookeeper:
label: zookeeper
replicas: 1
weight: 0
port: 2181
tickTime: 2000
image:
name: confluentinc/cp-zookeeper
tag: 7.0.1
pullPolicy: IfNotPresent
resources:
limits:
memory: "128Mi"
cpu: "500m"
acl:
label: acl
replicas: *patitions
weight: 3
kafka:
brokers: kafka-service:9092
topic: messages
group: acl
image:
name: acl
tag: latest
pullPolicy: Never
resources:
limits:
memory: "128Mi"
cpu: "500m"
api:
label: api
replicas: 1
weight: 4
port: 8080
image:
name: api
tag: latest
pullPolicy: Never
resources:
limits:
memory: "128Mi"
cpu: "500m"
ingress:
host: dev-wep-api.com
ingressClassName: nginx
kafka:
brokers: kafka-service:9092
topic: messages
group: acl
mongodb:
uri: mongodb://mongodb-service:27017/