This is an automated email from the ASF dual-hosted git repository. tanjian pushed a commit to branch new_oap_address in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git
commit 229c2b55e6398c4f9c13b577d73f323d97815662 Author: JaredTan95 <[email protected]> AuthorDate: Fri Jul 2 10:49:17 2021 +0800 update --- chart/skywalking/templates/ui-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/skywalking/templates/ui-deployment.yaml b/chart/skywalking/templates/ui-deployment.yaml index f071b32..34f56ad 100644 --- a/chart/skywalking/templates/ui-deployment.yaml +++ b/chart/skywalking/templates/ui-deployment.yaml @@ -71,4 +71,4 @@ spec: {{- end }} env: - name: SW_OAP_ADDRESS - value: {{ template "skywalking.oap.fullname" . }}:{{ .Values.oap.ports.rest }} + value: http://{{ template "skywalking.oap.fullname" . }}:{{ .Values.oap.ports.rest }}
