Skip to content

Commit 4a54100

Browse files
committed
add: graphql path in ingress
1 parent 3936bd6 commit 4a54100

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/plane-enterprise/templates/ingress.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ spec:
5959
name: {{ .Release.Name }}-live
6060
path: /live/
6161
pathType: Prefix
62+
- backend:
63+
service:
64+
port:
65+
number: 8000
66+
name: {{ .Release.Name }}-api
67+
path: /graphql/
68+
pathType: Prefix
6269
{{- if and .Values.services.minio.local_setup .Values.env.docstore_bucket }}
6370
- backend:
6471
service:

0 commit comments

Comments
 (0)