add Strimzi operator as kustomize remote URL (GitOps)
Reference Strimzi 1.0.0 install bundle directly from kustomization. No separate install step needed — kubectl apply -k handles CRDs + operator in one shot before the Kafka CR. Pinned to 1.0.0 for reproducible deployments.
This commit is contained in:
parent
25850b5b04
commit
94f6b04c28
1 changed files with 3 additions and 1 deletions
|
|
@ -11,5 +11,7 @@ resources:
|
||||||
# Trading platform DB (migrated from hermes-pgdb)
|
# Trading platform DB (migrated from hermes-pgdb)
|
||||||
- trading-db-credentials.yaml
|
- trading-db-credentials.yaml
|
||||||
- trading-data-db.yaml
|
- trading-data-db.yaml
|
||||||
# Kafka via Strimzi operator (replaces manual StatefulSet)
|
# Strimzi Kafka operator (CRDs + operator deployment)
|
||||||
|
- https://strimzi.io/install/1.0.0?namespace=customer1
|
||||||
|
# Kafka cluster (applied after operator CRDs are available)
|
||||||
- trading-kafka.yaml
|
- trading-kafka.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue