From c870dd661b39586e7228dab5fe403e876b475bb9 Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Tue, 8 Oct 2024 15:02:46 -0600 Subject: [PATCH] Manifests --- config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml b/config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml index 92fde62f..8c2b1a65 100644 --- a/config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml +++ b/config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml @@ -5674,6 +5674,11 @@ spec: This allows a k8s admin to use the service in an Ingress, for example. Additionally, multiple p2p services are created for CometBFT peer exchange. properties: + disableSyncReadiness: + description: |- + Disables the health check requiring the instance to be + in-sync with the chain before the pod is marked as ready. + type: boolean maxP2PExternalAddresses: description: |- Max number of external p2p services to create for CometBFT peer exchange.