feat(argo-events): add priorityClassName and podLabels options (#610)
Signed-off-by: t3mi <t3mi@users.noreply.github.com>
This commit is contained in:
parent
3ba4cdb1ca
commit
72f71923f2
5 changed files with 28 additions and 4 deletions
|
|
@ -50,7 +50,9 @@ sensorController:
|
|||
sensorImage: sensor
|
||||
podAnnotations: {}
|
||||
nodeSelector: {}
|
||||
tolerations: {}
|
||||
podLabels: {}
|
||||
priorityClassName: ""
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
eventsourceController:
|
||||
|
|
@ -61,7 +63,9 @@ eventsourceController:
|
|||
eventsourceImage: eventsource
|
||||
podAnnotations: {}
|
||||
nodeSelector: {}
|
||||
tolerations: {}
|
||||
podLabels: {}
|
||||
priorityClassName: ""
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
eventbusController:
|
||||
|
|
@ -71,7 +75,9 @@ eventbusController:
|
|||
replicaCount: 1
|
||||
podAnnotations: {}
|
||||
nodeSelector: {}
|
||||
tolerations: {}
|
||||
podLabels: {}
|
||||
priorityClassName: ""
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
natsStreamingImage: nats-streaming:0.17.0
|
||||
natsMetricsExporterImage: synadia/prometheus-nats-exporter:0.6.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue