Skip to content

Commit 9450631

Browse files
authored
Merge pull request #3680 from westlywright/2.3.kiali.links.take.2
[WIP] [2.3] Isitio/Kiali Breaking Changes - Links
2 parents 1b2e070 + 16caa49 commit 9450631

File tree

7 files changed

+360
-340
lines changed

7 files changed

+360
-340
lines changed

lib/istio/addon/components/config-validation-list/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default Component.extend({
5858
}),
5959

6060
fetch() {
61-
const url = `/k8s/clusters/${ get(this, 'scope.currentCluster.id') }/api/v1/namespaces/istio-system/services/http:kiali-http:80/proxy/api/namespaces/${ get(this, 'namespaceId') }/istio?validate=true`;
61+
const url = `/k8s/clusters/${ get(this, 'scope.currentCluster.id') }/api/v1/namespaces/istio-system/services/http:kiali:20001/proxy/api/namespaces/${ get(this, 'namespaceId') }/istio?validate=true`;
6262

6363
get(this, 'globalStore').rawRequest({
6464
url,

lib/istio/addon/components/istio-catalog/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ export default Component.extend(CrudCatalog, ReservationCheck, CatalogUpgrade, {
341341
}),
342342

343343
kialiUrl: computed('cluster.id', function() {
344-
return `/k8s/clusters/${ get(this, 'cluster.id') }/api/v1/namespaces/istio-system/services/http:kiali-http:80/proxy/`
344+
return `/k8s/clusters/${ get(this, 'cluster.id') }/api/v1/namespaces/istio-system/services/http:kiali:20001/proxy/`
345345
}),
346346

347347
jaegerUrl: computed('cluster.id', function() {

0 commit comments

Comments
 (0)