Skip to content

Commit

Permalink
Correctly change clients
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Sep 6, 2024
1 parent 81229b4 commit 9268024
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions strimzi/main/clients/01-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 250Mi
memory: 200Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down Expand Up @@ -98,7 +98,7 @@ spec:
- name: TOPIC
value: flights-external-data
- name: DELAY_MS
value: "100"
value: "50"
- name: BOOTSTRAP_SERVERS
value: anubis-kafka-automation-bootstrap-strimzi-kafka.apps.worker-01.strimzi.app-services-dev.net:443
- name: CA_CRT
Expand All @@ -118,7 +118,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 350Mi
memory: 400Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down Expand Up @@ -248,7 +248,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 250Mi
memory: 200Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down Expand Up @@ -294,7 +294,7 @@ spec:
- name: TOPIC
value: flights-internal-data
- name: DELAY_MS
value: "100"
value: "50"
- name: USER_CRT
value: ${secrets:strimzi-kafka/kafka-internal-producer:user.crt}
- name: USER_KEY
Expand All @@ -318,7 +318,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 350Mi
memory: 400Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down Expand Up @@ -450,7 +450,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 250Mi
memory: 200Mi
requests:
cpu: 50m
memory: 50Mi
Expand All @@ -469,7 +469,7 @@ metadata:
type: http-internal
name: http-internal-producer
spec:
replicas: 5
replicas: 7
selector:
matchLabels:
app: producer
Expand Down Expand Up @@ -520,7 +520,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 350Mi
memory: 400Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down Expand Up @@ -638,7 +638,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 250Mi
memory: 200Mi
requests:
cpu: 50m
memory: 50Mi
Expand All @@ -657,7 +657,7 @@ metadata:
type: iot-external
name: iot-external-producer
spec:
replicas: 7
replicas: 8
selector:
matchLabels:
app: producer
Expand Down Expand Up @@ -708,7 +708,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 350Mi
memory: 400Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down Expand Up @@ -838,7 +838,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 250Mi
memory: 200Mi
requests:
cpu: 50m
memory: 50Mi
Expand All @@ -857,7 +857,7 @@ metadata:
type: iot-internal
name: iot-internal-producer
spec:
replicas: 7
replicas: 8
selector:
matchLabels:
app: producer
Expand Down Expand Up @@ -908,7 +908,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 350Mi
memory: 400Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down Expand Up @@ -1038,7 +1038,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 250Mi
memory: 200Mi
requests:
cpu: 50m
memory: 50Mi
Expand All @@ -1057,7 +1057,7 @@ metadata:
type: payment-external
name: payment-external-producer
spec:
replicas: 6
replicas: 9
selector:
matchLabels:
app: producer
Expand Down Expand Up @@ -1108,7 +1108,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 350Mi
memory: 400Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down Expand Up @@ -1238,7 +1238,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 250Mi
memory: 200Mi
requests:
cpu: 50m
memory: 50Mi
Expand All @@ -1257,7 +1257,7 @@ metadata:
type: payment-internal
name: payment-internal-producer
spec:
replicas: 6
replicas: 9
selector:
matchLabels:
app: producer
Expand Down Expand Up @@ -1308,7 +1308,7 @@ spec:
resources:
limits:
cpu: 250m
memory: 350Mi
memory: 400Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down

0 comments on commit 9268024

Please sign in to comment.