Created
August 27, 2021 16:43
-
-
Save wallyqs/1f1a7f2f0a236a2f405e2bd3d39e7f76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nats: | |
image: nats:2.4.0-alpine | |
limits: | |
maxConnections: | |
maxSubscriptions: | |
maxControlLine: | |
maxPayload: | |
writeDeadline: | |
maxPending: | |
maxPings: | |
lameDuckDuration: | |
terminationGracePeriodSeconds: 60 | |
logging: | |
debug: | |
trace: | |
logtime: | |
connectErrorReports: | |
reconnectErrorReports: | |
jetstream: | |
enabled: true | |
memStorage: | |
enabled: true | |
fileStorage: | |
enabled: true | |
storageDirectory: /data | |
storageClassName: do-block-storage | |
size: 5Gi | |
accessModes: | |
- ReadWriteOnce | |
cluster: | |
enabled: true | |
replicas: 3 | |
noAdvertise: false | |
natsbox: | |
enabled: false | |
exporter: | |
enabled: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nats: | |
image: nats:2.3.4-alpine | |
limits: | |
maxConnections: | |
maxSubscriptions: | |
maxControlLine: | |
maxPayload: | |
writeDeadline: | |
maxPending: | |
maxPings: | |
lameDuckDuration: | |
terminationGracePeriodSeconds: 60 | |
logging: | |
debug: | |
trace: | |
logtime: | |
connectErrorReports: | |
reconnectErrorReports: | |
jetstream: | |
enabled: true | |
memStorage: | |
enabled: true | |
fileStorage: | |
enabled: true | |
storageDirectory: /data | |
storageClassName: do-block-storage | |
size: 5Gi | |
accessModes: | |
- ReadWriteOnce | |
cluster: | |
enabled: true | |
replicas: 3 | |
noAdvertise: false | |
natsbox: | |
enabled: false | |
exporter: | |
enabled: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment