Skip to content

Commit 3c56c88

Browse files
Add /observe perses route to ingress (#1286)
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
1 parent 823da14 commit 3c56c88

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

charts/ace/templates/ingress/ingress-main.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ spec:
6868
path: /grafana
6969
pathType: Prefix
7070
{{- end }}
71+
{{- if (index .Values "perses" "enabled") }}
72+
- backend:
73+
service:
74+
name: {{ include "ace.fullname" . }}-perses
75+
port:
76+
number: 8080
77+
path: /observe
78+
pathType: Prefix
79+
{{- end }}
7180
{{- if (index .Values "trickster" "enabled") }}
7281
- backend:
7382
service:

0 commit comments

Comments
 (0)