Skip to content

Commit

Permalink
Feature: Remove depricated node paramaters MGX-808 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenequm authored Nov 9, 2023
1 parent 1da1f77 commit 0c091ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions charts/node/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ metadata:
spec:
type: ClusterIP
ports:
- port: 9933
name: http-rpc
- port: 9944
name: websocket-rpc
name: rpc
- port: 9615
name: prometheus
- port: 9625
Expand Down
12 changes: 3 additions & 9 deletions charts/node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,12 @@ spec:
{{- else }}
- --node-key-file=/keystore/node-key
{{- end }}
- --execution=wasm
- --keystore-path=/keystore
- --base-path=/chain-data
- --rpc-port=9933
- --ws-port=9944
- --rpc-port=9944
- --port=30333
- --prometheus-external
- --prometheus-port=9615
- --unsafe-ws-external
- --unsafe-rpc-external
{{- range .Values.telemetryUrls }}
- --telemetry-url
Expand Down Expand Up @@ -266,17 +263,14 @@ spec:
{{- else }}
- --node-key-file=/relaychain-keystore/node-key
{{- end }}
- --execution=wasm
- --prometheus-external
- --prometheus-port=9625
{{- range .Values.relaychain.extraArgs }}
- {{ . }}
{{- end }}
ports:
- containerPort: 9933
name: http-rpc
- containerPort: 9944
name: websocket-rpc
name: rpc
- containerPort: 9615
name: prometheus
- containerPort: 9625
Expand Down Expand Up @@ -307,7 +301,7 @@ spec:
periodSeconds: 10
httpGet:
path: /health
port: http-rpc
port: rpc
{{- end }}
{{- if .Values.parachainRegisterSidecar.enable }}
- name: parachain-register-sidecar
Expand Down

0 comments on commit 0c091ab

Please sign in to comment.