-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d01ad48
commit b3afd04
Showing
4 changed files
with
97 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
commonLabels: &commonLabels | ||
chain_id: mocha-4 | ||
environment: mocha | ||
network: da | ||
type: &nodeType full # check | ||
secretName: &secretName da-full-2 # check | ||
pool: &pool pool-1 # check pool instance type to validate requests & limits | ||
service: | ||
external: | ||
annotations: | ||
external-dns.alpha.kubernetes.io/endpoints-type: "NodeExternalIP" | ||
external-dns.alpha.kubernetes.io/hostname: "new-da-full-2-mocha-4.celestia-mocha.com,new-full-2-mocha-4.da.celestia-mocha.com" | ||
external-dns.alpha.kubernetes.io/ttl: "60" | ||
persistence: | ||
storageClass: sbs-15k | ||
size: 7Ti | ||
dataSource: | ||
apiGroup: snapshot.storage.k8s.io | ||
kind: VolumeSnapshot | ||
name: manual-full-snap | ||
node: | ||
nodeSelector: | ||
k8s.scaleway.com/pool-name: *pool | ||
persistentVolumeClaimRetentionPolicy: | ||
whenDeleted: Delete | ||
whenScaled: Delete | ||
otelAgent: | ||
enabled: true | ||
grafanaOtelSecret: | ||
name: grafana-otel-token | ||
resources: | ||
requests: | ||
cpu: 6 | ||
memory: 20Gi | ||
limits: | ||
#cpu: 4 # not required since this pod should run on it's own dedicated node | ||
memory: 24Gi | ||
livenessProbe: | ||
enabled: true | ||
periodSeconds: 10 | ||
failureThreshold: 3 | ||
readinessProbe: | ||
enabled: true | ||
periodSeconds: 10 | ||
failureThreshold: 30 | ||
startupProbe: | ||
enabled: true | ||
periodSeconds: 10 | ||
failureThreshold: 60 | ||
args: | ||
- *nodeType | ||
- start | ||
- --p2p.network=mocha-4 | ||
- --node.store=$(CELESTIA_HOME) | ||
- --metrics | ||
- --metrics.tls=false | ||
- --p2p.metrics | ||
settings: | ||
nodeType: *nodeType | ||
address: "eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJjcmVhdGVkIjoiMjAyMy0wOS0wNiAxNDozOTowMy43MDIxODMzMjYgKzAwMDAgVVRDIG09KzAuMDY2OTM0NDQyIiwiZW5jIjoiQTI1NkdDTSIsInAyYyI6ODE5MiwicDJzIjoiRTF2UkhNcHdSemtUWkw1VyJ9.wYoiTJ-DjUmVS2zQrF_NxCBQPS1jYK8AsMW1_x78x9jwkUcnShYMVA.rFXxLweIujelY4RY.3BY1Ux3khRhWWk-3t2xbBglV8gDwnz0hohdZBQlGKzPoE5ch25jbKjsIwj7tnRCQhLT5pHORhStDCunAY_STMpAvKYdxozmpwM-Y-izNTei5ig5MvKi0gIRAxTnWBA9as99TiubsKrgtyRHvTWWzSOTEWcv75b53QTjHKyTwCCmeBAEGSMHIkOd63jDcIbh0zn3szvaNlb1klPMy9HoPB5vOiKjsFS4yEkER-Ocy7DSAJ7YUM_pKt2UDcfwPkOxgK4cvL6AnHXlyYc3Y_5ur7G0tXtSQzyHu1WE8VqMRMtXa0u6Nsh3WPUaZdM2E1mlmv8xrZKTYSIltOd2lXTITnDDpSrywCLWImio9Zpujy-zGlg_sq0aqU0qeKOKQNpjKxyoLS9Dp1b54Xe9ja5XJBz8SMyvzSjG9Lew-csgOXXb1bl8e52fBGx3-joKlzF-hx1SSF2YJ6o2yFf4Gpg6N.4Jst-BQ6NhtPt3ZnlzbFKA" | ||
node_id: "85c373da7ffc6cda5b73ef7ece1ceefb2c6b133e" | ||
secret: | ||
name: *secretName | ||
config: | ||
configtoml: | ||
Core: | ||
IP: consensus-full-1 | ||
RPC: | ||
Address: 0.0.0.0 | ||
Gateway: | ||
Enabled: true | ||
Address: 0.0.0.0 | ||
Node: | ||
StartupTimeout: 2m | ||
diagnosticMode: | ||
enabled: false | ||
networkPolicy: | ||
enabled: false |
This file was deleted.
Oops, something went wrong.