Skip to content

Commit

Permalink
adjust ingress pathtype of external grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 committed Apr 25, 2024
1 parent eaec328 commit a43db95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/devlake/templates/ingresses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
paths:
- path: /{{ include "devlake.grafanaEndpointPrefix" . }}(/|$)(.*)
{{- if semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion }}
pathType: Prefix
pathType: ImplementationSpecific
{{- end }}
backend: # dummy to config-ui, actual 302 forearding for external grafana
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
Expand Down

0 comments on commit a43db95

Please sign in to comment.