lingsamuel commented on issue #1691:
URL:
https://github.com/apache/incubator-apisix/issues/1691#issuecomment-663335485
@shenal
Repo apache/incubator-apisix-helm-chart disabled issue so I post here.
In `NOTES.txt`, it tells user to access service `{{ include
"apisix.fullname" . }}`:
```bash
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o
jsonpath="{.spec.ports[0].nodePort}" services {{ include "apisix.fullname" . }})
```
But the service name is `{{ include "apisix.fullname" . }}-gateway` in
`service-gateway.yaml`:
```yaml
metadata:
name: {{ include "apisix.fullname" . }}-gateway
```
Is this a mistake?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]