Patch YC Kafka exporter node selector
This commit is contained in:
parent
5735c7871d
commit
3c3ad8ea5a
@ -74,6 +74,10 @@ spec:
|
||||
path: /spec/template/spec/imagePullSecrets
|
||||
value:
|
||||
- name: regcred
|
||||
- op: add
|
||||
path: /spec/template/spec/nodeSelector
|
||||
value:
|
||||
kubernetes.io/hostname: 192.168.0.86
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/command
|
||||
value:
|
||||
@ -139,9 +143,6 @@ spec:
|
||||
repository: danielqsj/kafka-exporter
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
# This node currently has working egress to YC Managed Kafka 9091.
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: 192.168.0.86
|
||||
kafkaExporter:
|
||||
kafka:
|
||||
servers:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user