mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
Add additional strimzi custom resource health checks, including: * Kafka * KafkaTopic * KafkaUser Contributes to argoproj/argo-cd#5577 Signed-off-by: Nick Groszewski <groszewn@gmail.com>
27 lines
745 B
YAML
27 lines
745 B
YAML
apiVersion: kafka.strimzi.io/v1beta1
|
|
kind: KafkaTopic
|
|
metadata:
|
|
creationTimestamp: "2021-02-22T16:10:54Z"
|
|
generation: 1
|
|
labels:
|
|
strimzi.io/cluster: my-cluster
|
|
name: my-topic
|
|
namespace: default
|
|
resourceVersion: "134751516"
|
|
selfLink: /apis/kafka.strimzi.io/v1beta1/namespaces/default/kafkatopics/my-topic
|
|
uid: 13b7644a-ec46-4f24-a198-18962fda4b85
|
|
spec:
|
|
config:
|
|
retention.ms: 7200000
|
|
segment.bytes: 1073741824
|
|
partitions: 1
|
|
replicas: 1
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: "2021-02-22T16:10:55.003372Z"
|
|
message: 'Invalid value abcd for configuration retention.ms: Not a number of type
|
|
LONG'
|
|
reason: InvalidConfigurationException
|
|
status: "True"
|
|
type: NotReady
|
|
observedGeneration: 1
|