mirror of
https://github.com/clastix/kamaji.git
synced 2026-08-26 00:47:20 +00:00
21 lines
404 B
YAML
21 lines
404 B
YAML
config:
|
|
merge:
|
|
accounts:
|
|
private:
|
|
jetstream: enabled
|
|
users:
|
|
- {user: admin, password: "password", permissions: {subscribe: [">"], publish: [">"]}}
|
|
cluster:
|
|
enabled: no
|
|
nats:
|
|
tls:
|
|
enabled: true
|
|
secretName: nats-$NAME-config
|
|
cert: server.crt
|
|
key: server.key
|
|
jetstream:
|
|
enabled: true
|
|
fileStore:
|
|
pvc:
|
|
size: 32Mi
|