mirror of
https://github.com/nold360/hive-apps
synced 2025-01-31 04:02:52 +00:00
30 lines
367 B
YAML
30 lines
367 B
YAML
|
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
|
||
|
|