We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
svc-monitoring.yaml creates Kubernetes service with targetPort: monitoring:
targetPort: monitoring
ports: - name: monitoring port: 6060 targetPort: monitoring
But monitoring port is not defined in statefulset.yaml:
monitoring
ports: - name: rpc containerPort: {{ .Values.http.port }} - name: ws containerPort: {{ .Values.ws.port }}
Please add "monitoring" port in StatefulSet
Thank you
The text was updated successfully, but these errors were encountered:
alex60217101990
No branches or pull requests
svc-monitoring.yaml creates Kubernetes service with
targetPort: monitoring
:But
monitoring
port is not defined in statefulset.yaml:Please add "monitoring" port in StatefulSet
Thank you
The text was updated successfully, but these errors were encountered: