From 63b66125423908e82f44c13be7d8832e0cc519d1 Mon Sep 17 00:00:00 2001 From: Jeromy Cannon Date: Tue, 7 May 2024 18:07:14 +0100 Subject: [PATCH] remove overrides used for testing Signed-off-by: Jeromy Cannon --- charts/fullstack-deployment/values.yaml | 524 +----------------------- 1 file changed, 6 insertions(+), 518 deletions(-) diff --git a/charts/fullstack-deployment/values.yaml b/charts/fullstack-deployment/values.yaml index b935804fa..6c248594d 100644 --- a/charts/fullstack-deployment/values.yaml +++ b/charts/fullstack-deployment/values.yaml @@ -459,525 +459,13 @@ deployment: # hedera node configuration hedera: configMaps: - apiPermissionsProperties: | - # Crypto - createAccount=0-* - cryptoTransfer=0-* - updateAccount=0-* - cryptoGetBalance=0-* - getAccountInfo=0-* - cryptoDelete=0-* - getAccountRecords=0-* - getTxRecordByTxID=0-* - getTransactionReceipts=0-* - approveAllowances=0-* - deleteAllowances=0-* - # File - createFile=0-* - updateFile=0-* - deleteFile=0-* - appendContent=0-* - getFileContent=0-* - getFileInfo=0-* - # Contract - createContract=0-* - updateContract=0-* - contractCallMethod=0-* - getContractInfo=0-* - contractCallLocalMethod=0-* - contractGetBytecode=0-* - getTxRecordByContractID=0-* - deleteContract=0-* - # Consensus - createTopic=0-* - updateTopic=0-* - deleteTopic=0-* - submitMessage=0-* - getTopicInfo=0-* - # Ethereum - ethereumTransaction=0-* - # Scheduling - scheduleCreate=0-* - scheduleSign=0-* - scheduleDelete=0-* - scheduleGetInfo=0-* - # Token - tokenCreate=0-* - tokenFreezeAccount=0-* - tokenUnfreezeAccount=0-* - tokenGrantKycToAccount=0-* - tokenRevokeKycFromAccount=0-* - tokenDelete=0-* - tokenMint=0-* - tokenBurn=0-* - tokenAccountWipe=0-* - tokenUpdate=0-* - tokenGetInfo=0-* - tokenGetNftInfo=0-* - tokenGetNftInfos=0-* - tokenGetAccountNftInfos=0-* - tokenAssociateToAccount=0-* - tokenDissociateFromAccount=0-* - tokenFeeScheduleUpdate=0-* - tokenPause=0-* - tokenUnpause=0-* - # Network - getVersionInfo=0-* - networkGetExecutionTime=2-50 - systemDelete=2-59 - systemUndelete=2-60 - freeze=2-58 - getAccountDetails=2-50 - # Util - utilPrng=0-* - + apiPermissionsProperties: "" applicationEnv: "" - applicationProperties: | - autoRenew.targetTypes= - hedera.config.version=0 - - bootstrapProperties: | - ledger.id=0x01 - netty.mode=DEV - contracts.chainId=298 - hedera.recordStream.logPeriod=1 - balances.exportPeriodSecs=400 - files.maxSizeKb=2048 - hedera.recordStream.compressFilesOnCreation=true - balances.compressOnCreation=true - contracts.maxNumWithHapiSigsAccess=0 - - configTxt: | - swirld, 298 - app, HederaNode.jar - address, 0, node0, node0, 1, network-node0-0.network-node0.solo-e2e.svc.cluster.local, 50111, network-node0.solo-e2e.svc.cluster.local, 50111, 0.0.3 - address, 1, node1, node1, 1, network-node1-0.network-node1.solo-e2e.svc.cluster.local, 50111, network-node1.solo-e2e.svc.cluster.local, 50111, 0.0.4 - address, 2, node2, node2, 1, network-node2-0.network-node2.solo-e2e.svc.cluster.local, 50111, network-node2.solo-e2e.svc.cluster.local, 50111, 0.0.5 - nextNodeId, 3 - - log4j2Xml: | - - - - - - - - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} %-5p %-4L %c{1} - %m{nolookups}%n - - - - - - - - - - - - - - - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} %-5p %-4L %c{1} - %m{nolookups}%n - - - - - - - - - - - - - - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} %-8sn %-5p %-16marker <%t> %c{1}: %msg{nolookups}%n - - - - - - - - - - - - - - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} %-8sn %-5p %-16marker <%t> %c{1}: %msg{nolookups}%n - - - - - - - - - - - - - - - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} %-8sn %-5p %-16marker <%t> %c{1}: %msg{nolookups}%n - - - - - - - - - - - - - - - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} - %m{nolookups}%n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - settingsTxt: | - checkSignedStateFromDisk, 1 - csvFileName, MainNetStats - csvOutputFolder, data/stats - doUpnp, false - enableEventStreaming, true - eventsLogDir, /opt/hgcapp/eventsStreams - eventsLogPeriod, 5 - maxEventQueueForCons, 1000 - maxOutgoingSyncs, 8 - numConnections, 1000 - reconnect.active, 1 - reconnect.asyncStreamTimeoutMilliseconds, 60000 - reconnect.reconnectWindowSeconds, -1 - showInternalStats, 1 - state.saveStatePeriod, 900 - state.signedStateDisk, 5 - throttle7extra, 0.5 - useLoopbackIp, false - waitAtStartup, false - jasperDb.iteratorInputBufferBytes, 16777216 - prometheusEndpointEnabled, true - transactionMaxBytes, 6144 - loadKeysFromPfxFiles, true - crypto.enableNewKeyStoreModel, true + applicationProperties: "" + bootstrapProperties: "" + configTxt: "" + log4j2Xml: "" + settingsTxt: "" # Only the name of the node is required. The rest of the configuration will be inherited from `defaults` section nodes: