artifacthub helm/nats/nats 0.5.2
Release v0.5.2

latest releases: 1.1.11, 1.1.10, 1.1.9...
3 years ago

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

Don't miss a new nats release

NewReleases is sending notifications on new releases.