coffeebe4code commented on issue #474:
URL:
https://github.com/apache/apisix-helm-chart/issues/474#issuecomment-1446568035
Hello,
I just went through an install of the apisix helm chart. And didn't have any
issues with this. The admin api will be exposed through the service on port
9091. The pods have their own ip and port. Would you mind sharing more
information. For example here are my values substituted with helm template
--debug.
```
apiVersion: v1
kind: Service
metadata:
name: apisix-admin
namespace: default
annotations:
labels:
helm.sh/chart: apisix-1.1.0
app.kubernetes.io/name: apisix
app.kubernetes.io/instance: apisix
app.kubernetes.io/version: "3.1.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/service: apisix-admin
spec:
type: ClusterIP
ports:
- name: apisix-admin
port: 9180
targetPort: 9180
protocol: TCP
selector:
app.kubernetes.io/name: apisix
app.kubernetes.io/instance: apisix
---
```
You can run some kubectl commands to see if you have a service as well.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]