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

Monitoring port in StatefulSet #62

Open
dbth21 opened this issue Aug 19, 2021 · 0 comments
Open

Monitoring port in StatefulSet #62

dbth21 opened this issue Aug 19, 2021 · 0 comments
Assignees
Labels
bug Something isn't working geth

Comments

@dbth21
Copy link

dbth21 commented Aug 19, 2021

svc-monitoring.yaml creates Kubernetes service with targetPort: monitoring:

  ports:
    - name: monitoring
      port: 6060
      targetPort: monitoring

But monitoring port is not defined in statefulset.yaml:

        ports:
        - name: rpc
          containerPort: {{ .Values.http.port }}
        - name: ws
          containerPort: {{ .Values.ws.port }}

Please add "monitoring" port in StatefulSet

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working geth
Projects
None yet
Development

No branches or pull requests

3 participants