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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nats-streaming
|
- name: nats-streaming
|
||||||
image: nats-streaming
|
image: {{ .Values.nats.streamingserver.image | quote }}
|
||||||
imagePullPolicy: {{ .Values.pullPolicy }}
|
imagePullPolicy: {{ .Values.pullPolicy }}
|
||||||
args: [
|
args: [
|
||||||
"--cluster_id", "{{ .Values.nats.clusterID }}",
|
"--cluster_id", "{{ .Values.nats.clusterID }}",
|
||||||
|
|||||||
@@ -165,6 +165,10 @@ nats:
|
|||||||
# Queue group registered with NATS streaming
|
# Queue group registered with NATS streaming
|
||||||
queueGroup: "fission-messageQueueNatsTrigger"
|
queueGroup: "fission-messageQueueNatsTrigger"
|
||||||
|
|
||||||
|
# The image to use for NATS streaming server
|
||||||
|
streamingserver:
|
||||||
|
image: nats-streaming
|
||||||
|
|
||||||
## Azure-storage-queue: enable and configure the details
|
## Azure-storage-queue: enable and configure the details
|
||||||
azureStorageQueue:
|
azureStorageQueue:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user