Skip to content

Commit

Permalink
Fix default port for spark log links to match sandbox deployment (fly…
Browse files Browse the repository at this point in the history
…teorg#205)

Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
EngHabu authored Aug 27, 2021
1 parent e5085cb commit f8b7007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tasks/plugins/k8s/spark/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
LogConfig: LogConfig{
Mixed: logs.LogConfig{
IsKubernetesEnabled: true,
KubernetesTemplateURI: "http://localhost:30084/#!/log/{{ .namespace }}/{{ .podName }}/pod?namespace={{ .namespace }}",
KubernetesTemplateURI: "http://localhost:30082/#!/log/{{ .namespace }}/{{ .podName }}/pod?namespace={{ .namespace }}",
},
},
}
Expand Down

0 comments on commit f8b7007

Please sign in to comment.