-
Notifications
You must be signed in to change notification settings - Fork 0
/
emqx.yaml
41 lines (41 loc) · 936 Bytes
/
emqx.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
apiVersion: apps.emqx.io/v2beta1
kind: EMQX
metadata:
name: emqx
namespace: emqx
spec:
image: emqx/emqx-enterprise:5.3.2
config:
data: |
log.console.level = warning
listeners.ssl.default.enable = false
listeners.ws.default.enable = false
listeners.wss.default.enable = false
coreTemplate:
spec:
replicas: 3
volumeClaimTemplates:
resources:
requests:
storage: 10Gi
accessModes:
- ReadWriteOnce
replicantTemplate:
spec:
replicas: 3
listenersServiceTemplate:
metadata:
annotations:
networking.gke.io/load-balancer-type: "Internal"
spec:
type: LoadBalancer
# type: NodePort
# externalTrafficPolicy: Local
# ports:
# - name: mqtt
# protocol: TCP
# port: 1883
# targetPort: 1883
dashboardServiceTemplate:
spec:
type: LoadBalancer