Allow user to override nats-streaming image (#1645)

Co-authored-by: Vishal <vishal-biyani@users.noreply.github.com>
This commit is contained in:
David Young
2020-06-30 15:14:46 +05:30
committed by GitHub
co-authored by Vishal
parent 108ef50bd5
commit d6fc9f71d0
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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 }}",
+4
View File
@@ -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