mirror of
https://github.com/nold360/hive-apps
synced 2025-01-30 19:32:51 +00:00
29 lines
367 B
YAML
29 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
|
|
|