We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823da14 commit 3c56c88Copy full SHA for 3c56c88
1 file changed
charts/ace/templates/ingress/ingress-main.yaml
@@ -68,6 +68,15 @@ spec:
68
path: /grafana
69
pathType: Prefix
70
{{- 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 }}
80
{{- if (index .Values "trickster" "enabled") }}
81
- backend:
82
service:
0 commit comments