-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Overview
A couple of issues with the generator:
- configmaps structure: extra new lines in configmaps for scripts loaded
- registry cofigmap is incorrect, need configmaps per chain instead of a single configmap with half required lists
- targetPort in service seems to be a string in kubernetesjs, but a number in helm export. Need to verify
- mertrics port present in service even if monitoring is disabled
- selector is incorrect in registry service:
selector: {app: registry}
instead of k8s label - ports inside container spec for deployment, explorer, not needed
- mountpath incorrect for explorer: should be
/home/explorer/chains/mainnet
got/explorer
- command missing from explorer Deployment
-
readinessProbe
andlivenessProbe
missing in explorer deployment -
selector
incorrect in registry deployment -
template.metadata.labels
is incoorect in registry deployment - no
initContainer
for waiting for chains before registry deployment -
imagePullPolicy
missing in registry deployment container -
env
missing some fields in registry deployment:NAMESPACE
,REGISTRY_CHAIN_CLIENT_IDS
,REGISTRY_CHAIN_CLIENT_NAMES
-
env.REGISTRY_CHAIN_CLIENT_RPCS
inncorect in registry deployment - incorrect
readinessProbe
, should betcpSocket
for both in registry deployment - inncorect volumes for configmaps in registry deployments
-
TIMEOUT_*
env missing in genesis statefulsets for cosmos -
faucet
volumeMount extra in validator statefulset - wrong image in relayer
init-exposer
-
wait-for-chains
is wrong for hermes relayers -
RELAYER_INDEX
wrongly set in env for hermes relayer statefulsets -
osmosis-1-cli
not added properly ininit-relayer
- resources not propogated in
init-relayers
same as the main resources - resources for validator node not same as genesis node.
Metadata
Metadata
Assignees
Labels
No labels