This is an automated email from the ASF dual-hosted git repository.
tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new 6d58976 update (#74)
6d58976 is described below
commit 6d5897616ce30ebb1706c0cf566ac36f733d93e0
Author: Jared Tan <[email protected]>
AuthorDate: Fri Jul 2 15:45:24 2021 +0800
update (#74)
Co-authored-by: kezhenxu94 <[email protected]>
---
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 }}