Skip to content

Commit

Permalink
ssv-api (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe-blox authored Jul 9, 2023
1 parent 122d4a9 commit 60f386f
Show file tree
Hide file tree
Showing 39 changed files with 962 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .k8/production/mainnet/ssv-exporter-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ spec:
protocol: TCP
targetPort: 15015
name: port-15015
- port: 16015
protocol: TCP
targetPort: 16015
name: port-16015
selector:
app: ssv-full-node-mainnet-1
---
Expand Down Expand Up @@ -116,6 +120,9 @@ spec:
- containerPort: 15015
name: port-15015
hostPort: 15015
- containerPort: 16015
name: port-16015
hostPort: 16015
env:
- name: SHARE_CONFIG
value: "./data/share.yaml"
Expand All @@ -133,6 +140,8 @@ spec:
value: "./data/db-mainnet"
- name: METRICS_API_PORT
value: "15015"
- name: SSV_API_PORT
value: "16015"
- name: ENABLE_PROFILE
value: "true"
- name: UDP_PORT
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/mainnet/ssv-exporter-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ spec:
protocol: TCP
targetPort: 15016
name: port-15016
- port: 16016
protocol: TCP
targetPort: 16016
name: port-16016
selector:
app: ssv-full-node-mainnet-2
---
Expand Down Expand Up @@ -116,6 +120,9 @@ spec:
- containerPort: 15016
name: port-15016
hostPort: 15016
- containerPort: 16016
name: port-16016
hostPort: 16016
env:
- name: SHARE_CONFIG
value: "./data/share.yaml"
Expand All @@ -133,6 +140,8 @@ spec:
value: "./data/db-mainnet"
- name: METRICS_API_PORT
value: "15016"
- name: SSV_API_PORT
value: "16016"
- name: ENABLE_PROFILE
value: "true"
- name: UDP_PORT
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/mainnet/ssv-node-mainnet-1-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
protocol: TCP
targetPort: 15017
name: port-15017
- port: 16017
protocol: TCP
targetPort: 16017
name: port-16017
selector:
app: ssv-node-mainnet-1
---
Expand Down Expand Up @@ -76,6 +80,9 @@ spec:
- containerPort: 15017
name: port-15017
hostPort: 15017
- containerPort: 16017
name: port-16017
hostPort: 16017
env:
- name: SHARE_CONFIG
value: "./data1/share.yaml"
Expand All @@ -99,6 +106,8 @@ spec:
value: "./data/db-mainnet"
- name: METRICS_API_PORT
value: "15017"
- name: SSV_API_PORT
value: "16017"
- name: ENABLE_PROFILE
value: "true"
volumeMounts:
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/mainnet/ssv-node-mainnet-2-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
protocol: TCP
targetPort: 15018
name: port-15018
- port: 16018
protocol: TCP
targetPort: 16018
name: port-16018
selector:
app: ssv-node-mainnet-2
---
Expand Down Expand Up @@ -76,6 +80,9 @@ spec:
- containerPort: 15018
name: port-15018
hostPort: 15018
- containerPort: 16018
name: port-16018
hostPort: 16018
env:
- name: SHARE_CONFIG
value: "./data1/share.yaml"
Expand All @@ -99,6 +106,8 @@ spec:
value: "./data/db-mainnet"
- name: METRICS_API_PORT
value: "15018"
- name: SSV_API_PORT
value: "16018"
- name: ENABLE_PROFILE
value: "true"
volumeMounts:
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/mainnet/ssv-node-mainnet-3-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
protocol: TCP
targetPort: 15019
name: port-15019
- port: 16019
protocol: TCP
targetPort: 16019
name: port-16019
selector:
app: ssv-node-mainnet-3
---
Expand Down Expand Up @@ -76,6 +80,9 @@ spec:
- containerPort: 15019
name: port-15019
hostPort: 15019
- containerPort: 16019
name: port-16019
hostPort: 16019
env:
- name: SHARE_CONFIG
value: "./data1/share.yaml"
Expand All @@ -99,6 +106,8 @@ spec:
value: "./data/db-mainnet"
- name: METRICS_API_PORT
value: "15019"
- name: SSV_API_PORT
value: "16019"
- name: ENABLE_PROFILE
value: "true"
volumeMounts:
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/mainnet/ssv-node-mainnet-4-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
protocol: TCP
targetPort: 15020
name: port-15020
- port: 16020
protocol: TCP
targetPort: 16020
name: port-16020
selector:
app: ssv-node-mainnet-4
---
Expand Down Expand Up @@ -76,6 +80,9 @@ spec:
- containerPort: 15020
name: port-15020
hostPort: 15020
- containerPort: 16020
name: port-16020
hostPort: 16020
env:
- name: SHARE_CONFIG
value: "./data1/share.yaml"
Expand All @@ -99,6 +106,8 @@ spec:
value: "./data/db-mainnet"
- name: METRICS_API_PORT
value: "15020"
- name: SSV_API_PORT
value: "16020"
- name: ENABLE_PROFILE
value: "true"
volumeMounts:
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/prater/ssv-exporter-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ spec:
protocol: TCP
targetPort: 15009
name: port-15009
- port: 16009
protocol: TCP
targetPort: 16009
name: port-16009
selector:
app: ssv-full-node-prater-1
---
Expand Down Expand Up @@ -116,6 +120,9 @@ spec:
- containerPort: 15009
name: port-15009
hostPort: 15009
- containerPort: 16009
name: port-16009
hostPort: 16009
env:
- name: SHARE_CONFIG
value: "./data/share.yaml"
Expand All @@ -133,6 +140,8 @@ spec:
value: "./data/db-jato-v2-2"
- name: METRICS_API_PORT
value: "15009"
- name: SSV_API_PORT
value: "16009"
- name: ENABLE_PROFILE
value: "true"
- name: GENERATE_OPERATOR_KEY
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/prater/ssv-exporter-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ spec:
protocol: TCP
targetPort: 15010
name: port-15010
- port: 16010
protocol: TCP
targetPort: 16010
name: port-16010
selector:
app: ssv-full-node-prater-2
---
Expand Down Expand Up @@ -116,6 +120,9 @@ spec:
- containerPort: 15010
name: port-15010
hostPort: 15010
- containerPort: 16010
name: port-16010
hostPort: 16010
env:
- name: SHARE_CONFIG
value: "./data/share.yaml"
Expand All @@ -133,6 +140,8 @@ spec:
value: "./data/db-jato-v2-2"
- name: METRICS_API_PORT
value: "15010"
- name: SSV_API_PORT
value: "16010"
- name: ENABLE_PROFILE
value: "true"
- name: GENERATE_OPERATOR_KEY
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/prater/ssv-node-prater-1-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
protocol: TCP
targetPort: 15011
name: port-15011
- port: 16011
protocol: TCP
targetPort: 16011
name: port-16011
selector:
app: ssv-node-prater-1
---
Expand Down Expand Up @@ -76,6 +80,9 @@ spec:
- containerPort: 15011
name: port-15011
hostPort: 15011
- containerPort: 16011
name: port-16011
hostPort: 16011
env:
- name: SHARE_CONFIG
value: "./data1/share.yaml"
Expand All @@ -99,6 +106,8 @@ spec:
value: "./data/db-jato-v2-2"
- name: METRICS_API_PORT
value: "15011"
- name: SSV_API_PORT
value: "16011"
- name: ENABLE_PROFILE
value: "true"
volumeMounts:
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/prater/ssv-node-prater-2-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
protocol: TCP
targetPort: 15012
name: port-15012
- port: 16012
protocol: TCP
targetPort: 16012
name: port-16012
selector:
app: ssv-node-prater-2
---
Expand Down Expand Up @@ -76,6 +80,9 @@ spec:
- containerPort: 15012
name: port-15012
hostPort: 15012
- containerPort: 16012
name: port-16012
hostPort: 16012
env:
- name: SHARE_CONFIG
value: "./data1/share.yaml"
Expand All @@ -99,6 +106,8 @@ spec:
value: "./data/db-jato-v2-2"
- name: METRICS_API_PORT
value: "15012"
- name: SSV_API_PORT
value: "16012"
- name: ENABLE_PROFILE
value: "true"
volumeMounts:
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/prater/ssv-node-prater-3-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
protocol: TCP
targetPort: 15013
name: port-15013
- port: 16013
protocol: TCP
targetPort: 16013
name: port-16013
selector:
app: ssv-node-prater-3
---
Expand Down Expand Up @@ -76,6 +80,9 @@ spec:
- containerPort: 15013
name: port-15013
hostPort: 15013
- containerPort: 16013
name: port-16013
hostPort: 16013
env:
- name: SHARE_CONFIG
value: "./data1/share.yaml"
Expand All @@ -99,6 +106,8 @@ spec:
value: "./data/db-jato-v2-2"
- name: METRICS_API_PORT
value: "15013"
- name: SSV_API_PORT
value: "16013"
- name: ENABLE_PROFILE
value: "true"
volumeMounts:
Expand Down
9 changes: 9 additions & 0 deletions .k8/production/prater/ssv-node-prater-4-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
protocol: TCP
targetPort: 15014
name: port-15014
- port: 16014
protocol: TCP
targetPort: 16014
name: port-16014
selector:
app: ssv-node-prater-4
---
Expand Down Expand Up @@ -76,6 +80,9 @@ spec:
- containerPort: 15014
name: port-15014
hostPort: 15014
- containerPort: 16014
name: port-16014
hostPort: 16014
env:
- name: SHARE_CONFIG
value: "./data1/share.yaml"
Expand All @@ -99,6 +106,8 @@ spec:
value: "./data/db-jato-v2-2"
- name: METRICS_API_PORT
value: "15014"
- name: SSV_API_PORT
value: "16014"
- name: ENABLE_PROFILE
value: "true"
volumeMounts:
Expand Down
9 changes: 9 additions & 0 deletions .k8/stage/ssv-exporter-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ spec:
protocol: TCP
targetPort: 15000
name: port-15000
- port: 16000
protocol: TCP
targetPort: 16000
name: port-16000
selector:
app: ssv-exporter
---
Expand Down Expand Up @@ -112,6 +116,9 @@ spec:
- containerPort: 15000
name: port-15000
hostPort: 15000
- containerPort: 16000
name: port-16000
hostPort: 16000
env:
- name: SHARE_CONFIG
value: "./data/share.yaml"
Expand Down Expand Up @@ -140,6 +147,8 @@ spec:
value: "false"
- name: METRICS_API_PORT
value: "15000"
- name: SSV_API_PORT
value: "16000"
- name: ENABLE_PROFILE
value: "true"
- name: GENERATE_OPERATOR_KEY
Expand Down
Loading

0 comments on commit 60f386f

Please sign in to comment.