Allow user to override nats-streaming image (#1645)
Co-authored-by: Vishal <vishal-biyani@users.noreply.github.com>
This commit is contained in:
@@ -527,7 +527,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nats-streaming
|
||||
image: nats-streaming
|
||||
image: {{ .Values.nats.streamingserver.image | quote }}
|
||||
imagePullPolicy: {{ .Values.pullPolicy }}
|
||||
args: [
|
||||
"--cluster_id", "{{ .Values.nats.clusterID }}",
|
||||
|
||||
@@ -165,6 +165,10 @@ nats:
|
||||
# Queue group registered with NATS streaming
|
||||
queueGroup: "fission-messageQueueNatsTrigger"
|
||||
|
||||
# The image to use for NATS streaming server
|
||||
streamingserver:
|
||||
image: nats-streaming
|
||||
|
||||
## Azure-storage-queue: enable and configure the details
|
||||
azureStorageQueue:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user