Added
- Added sidecar container for S3 backups from STAN (#107, thanks to @drpebcak )
- Added support for credentials from STAN (#103, thanks @calmera)
- Added option for pod resources (#99 , also thanks to @drpebcak )
Changed
- Bump NATS Server version to 2.1.8
Fixed
- Fixed option for single shared volume in STAN FT mode (more info#93)
stan:
image: nats-streaming:alpine
replicas: 2 # One replica will be active, other one in standby.
nats:
url: "nats://nats:4222"
store:
type: file
#
# Fault tolerance group
#
ft:
group: my-group
#
# File storage settings.
#
file:
path: /data/stan/store
# volume for EFS
volume:
enabled: true
# Mount path for the volume.
mount: /data/stan
# FT mode requires a single shared ReadWriteMany PVC volume.
persistentVolumeClaim:
claimName: stan-efs