add(redpanda)

This commit is contained in:
nold 2025-01-25 13:31:34 +01:00
parent 1df956f3c6
commit 6b6bd2aa36
2 changed files with 35 additions and 0 deletions

View file

@ -32,3 +32,9 @@ apps:
repoURL: registry-1.docker.io/bitnamicharts
chart: valkey
targetRevision: 2.2.3
- name: redpanda
namespace: bi
repoURL: https://charts.redpanda.com
chart: redpanda
targetRevision: 5.9.19

View file

@ -0,0 +1,29 @@
image:
repository: docker.redpanda.com/redpandadata/redpanda
tag: v24.3.3
console:
enabled: false
tls:
enabled: false
external:
enabled: false
service:
enabled: true
resources:
cpu:
cores: 100m
statefulset:
replicas: 1
startupProbe:
timeoutSeconds: 5
livenessProbe:
timeoutSeconds: 5
readinessProbe:
timeoutSeconds: 5