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