github nats-io/k8s v0.5.4
Release v0.5.4

latest releases: surveyor-0.16.0, nats-0.19.12, nack-0.21.0...
3 years ago

Added

  • Added clusterReadinessProbe which can be used with the nats-streaming:alpine image so that k8s more carefully starts pods in the statefulset
clusterReadinessProbe:
  enabled: true
  # probe: <-- can add custom readinessProbe parameters here.

stan:
  image: nats-streaming:alpine
  replicas: 3
  nats:
    url: "nats://my-nats:4222"

store:
  type: file

  cluster:
    enabled: true

  #
  # File storage settings.
  #
  file:
    path: /data/stan/store

  # Volume for each pod.
  volume:
    enabled: true

    # Mount path for the volume.
    mount: /data/stan

Improved

  • Make serviceaccountname dynamic when using in nats-streaming chart
  • Backup script fixes in nats-streaming chart

Don't miss a new k8s release

NewReleases is sending notifications on new releases.