Merge pull request #168 from sirius0xdev/feat/replace-kafka-with-strimzi

Replace manual Kafka StatefulSet with Strimzi operator
This commit is contained in:
sirius0xdev 2026-05-25 21:36:41 -04:00 committed by GitHub
commit b439052079
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: customer1
resources:
- ../../base/customer1/siriusdevops-db/strimzi

View file

@ -0,0 +1,21 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: customer1-strimzi
namespace: flux-system
spec:
interval: 1m0s
retryInterval: 1m
timeout: 5m
dependsOn:
- name: infrastructure-controllers
sourceRef:
kind: GitRepository
name: flux-system
path: ../../apps/staging/customer1-strimzi
prune: true
force: true
decryption:
provider: sops
secretRef:
name: sops-age

View file

@ -8,12 +8,13 @@ spec:
retryInterval: 1m retryInterval: 1m
timeout: 5m timeout: 5m
dependsOn: dependsOn:
- name: infrastructure-controllers - name: customer1-strimzi
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
path: ../../apps/staging/customer1 path: ../../apps/staging/customer1
prune: true prune: true
force: true
decryption: decryption:
provider: sops provider: sops
secretRef: secretRef: