mirror of
https://github.com/nold360/hive-apps
synced 2025-01-30 11:22:50 +00:00
add(redpanda)
This commit is contained in:
parent
1df956f3c6
commit
6b6bd2aa36
2 changed files with 35 additions and 0 deletions
|
@ -32,3 +32,9 @@ apps:
|
||||||
repoURL: registry-1.docker.io/bitnamicharts
|
repoURL: registry-1.docker.io/bitnamicharts
|
||||||
chart: valkey
|
chart: valkey
|
||||||
targetRevision: 2.2.3
|
targetRevision: 2.2.3
|
||||||
|
|
||||||
|
- name: redpanda
|
||||||
|
namespace: bi
|
||||||
|
repoURL: https://charts.redpanda.com
|
||||||
|
chart: redpanda
|
||||||
|
targetRevision: 5.9.19
|
||||||
|
|
29
projects/bi/values/redpanda.yml
Normal file
29
projects/bi/values/redpanda.yml
Normal 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue