Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX certificates for flights-external-producer and also revert bridge image #174

Merged
merged 10 commits into from
Jan 13, 2025
2 changes: 1 addition & 1 deletion strimzi/main/clients-kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ resources:
images:
- name: clients-image
newName: quay.io/strimzi-test-clients/test-clients
newTag: latest-kafka-3.8.0
newTag: latest-kafka-3.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namePrefix: flights-external-
commonLabels:
type: flights-external

replicas:
- name: producer
count: 7
- name: consumer
count: 20
- name: streams
count: 4
- count: 7
name: producer
- count: 20
name: consumer
- count: 4
name: streams

resources:
- ../../base
Expand All @@ -26,3 +24,7 @@ patches:
- path: streams.yaml
target:
name: streams
labels:
- includeSelectors: true
pairs:
type: flights-external
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ spec:
value: flights-external-data
- name: DELAY_MS
value: "50"
- name: USER_CRT
value: ${secrets:strimzi-kafka/kafka-external-producer:user.crt}
- name: USER_KEY
value: ${secrets:strimzi-kafka/kafka-external-producer:user.key}
- name: BOOTSTRAP_SERVERS
value: anubis-kafka-automation-bootstrap-strimzi-kafka.apps.worker-01.strimzi.app-services-dev.net:443
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namePrefix: flights-internal-
commonLabels:
type: flights-internal

replicas:
- name: producer
count: 7
- name: consumer
count: 20
- name: streams
count: 3
- count: 7
name: producer
- count: 20
name: consumer
- count: 3
name: streams

resources:
- ../../base
Expand All @@ -26,3 +24,7 @@ patches:
- path: streams.yaml
target:
name: streams
labels:
- includeSelectors: true
pairs:
type: flights-internal
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namePrefix: http-internal-
commonLabels:
type: http-internal

replicas:
- name: producer
count: 7
- count: 7
name: producer

resources:
- ../../base
Expand All @@ -22,3 +20,7 @@ patches:
- path: streams.yaml
target:
name: streams
labels:
- includeSelectors: true
pairs:
type: http-internal
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namePrefix: iot-external-
commonLabels:
type: iot-external

replicas:
- name: producer
count: 8
- name: consumer
count: 4
- name: streams
count: 4
- count: 8
name: producer
- count: 4
name: consumer
- count: 4
name: streams

resources:
- ../../base
Expand All @@ -26,3 +24,7 @@ patches:
- path: streams.yaml
target:
name: streams
labels:
- includeSelectors: true
pairs:
type: iot-external
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namePrefix: iot-internal-
commonLabels:
type: iot-internal

replicas:
- name: producer
count: 8
- name: consumer
count: 4
- name: streams
count: 4
- count: 8
name: producer
- count: 4
name: consumer
- count: 4
name: streams

resources:
- ../../base
Expand All @@ -26,3 +24,7 @@ patches:
- path: streams.yaml
target:
name: streams
labels:
- includeSelectors: true
pairs:
type: iot-internal
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namePrefix: payment-external-
commonLabels:
type: payment-external

replicas:
- name: producer
count: 9
- name: consumer
count: 20
- name: streams
count: 3
- count: 9
name: producer
- count: 20
name: consumer
- count: 3
name: streams

resources:
- ../../base
Expand All @@ -26,3 +24,7 @@ patches:
- path: streams.yaml
target:
name: streams
labels:
- includeSelectors: true
pairs:
type: payment-external
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namePrefix: payment-internal-
commonLabels:
type: payment-internal

replicas:
- name: producer
count: 9
- name: consumer
count: 20
- name: streams
count: 3
- count: 9
name: producer
- count: 20
name: consumer
- count: 3
name: streams

resources:
- ../../base
Expand All @@ -26,3 +24,7 @@ patches:
- path: streams.yaml
target:
name: streams
labels:
- includeSelectors: true
pairs:
type: payment-internal
Loading
Loading