Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup a mirrornode for staging-council #8899

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions clusters/preprod/flux-system/alert-slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ spec:
- kind: HelmRelease
name: '*'
namespace: common
- kind: HelmRelease
name: '*'
namespace: dev
- kind: HelmRelease
name: '*'
namespace: integration
Expand Down
68 changes: 68 additions & 0 deletions clusters/preprod/staging-council/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: mirror
namespace: staging-council
spec:
chart:
spec:
chart: hedera-mirror
sourceRef:
kind: HelmRepository
name: hedera-mirror-node
valuesFiles:
- values.yaml
- values-prod.yaml
version: '>0.0.0' # Update to the latest release
dependsOn:
- name: mirror
namespace: common
driftDetection:
mode: warn
install:
crds: CreateReplace
interval: 90s
test:
enable: true
timeout: 20m
timeout: 20m
upgrade:
cleanupOnFail: true
crds: CreateReplace
valuesFrom:
- kind: Secret
name: mirror
values:
importer:
env:
HEDERA_MIRROR_IMPORTER_NETWORK: "OTHER"
HEDERA_MIRROR_IMPORTER_PARSER_RECORD_SIDECAR_ENABLED: "true"
monitor:
env:
HEDERA_MIRROR_MONITOR_NETWORK: "OTHER"
HEDERA_MIRROR_MONITOR_PUBLISH_SCENARIOS_PINGER_TPS: "0.5"
prometheusRules:
MonitorPublishErrors:
enabled: false
MonitorPublishLatency:
enabled: false
MonitorSubscribeLatency:
enabled: false
postgresql:
enabled: false
rest:
monitor:
test:
enabled: false
test:
config:
hedera:
mirror:
test:
acceptance:
network: OTHER
enabled: true
web3:
env:
HEDERA_MIRROR_WEB3_EVM_NETWORK: OTHER

9 changes: 9 additions & 0 deletions clusters/preprod/staging-council/helmrepository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: hedera-mirror-node
namespace: staging-council
spec:
interval: 5m
url: https://hashgraph.github.io/hedera-mirror-node/charts

4 changes: 4 additions & 0 deletions clusters/preprod/staging-council/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: staging-council
16 changes: 16 additions & 0 deletions clusters/preprod/staging-council/sealed-secret.yaml

Large diffs are not rendered by default.