command
This commit is contained in:
13
utils/assets/templates/nats.yaml
Normal file
13
utils/assets/templates/nats.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
{{- if index .Values.nats.enabled }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: nats-config
|
||||
data:
|
||||
nats.conf: |
|
||||
port: 4222
|
||||
http_port: 8222
|
||||
|
||||
max_connections: 200000 # optional but recommended
|
||||
max_subscriptions: 200000
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user