File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/api/src/environments Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,25 +54,25 @@ export const environment = {
54
54
} ,
55
55
kubernetes : {
56
56
CLUSTER1 : {
57
- baseUrl : 'https://k8s-prod-ctc-aci.optum.com:16443 ' ,
57
+ baseUrl : 'https://cluster1:8080 ' ,
58
58
version : '1.10' ,
59
59
/* tslint:disable-next-line:max-line-length */
60
60
token : process . env . CLUSTER1_SERVICE_ACCOUNT_TOKEN || 'AAAAAAAAAAAA' ,
61
61
} ,
62
62
CLUSTER2 : {
63
- baseUrl : 'https://k8s-prod-elr-aci.optum.com:16443 ' ,
63
+ baseUrl : 'https://cluster2:8080 ' ,
64
64
version : '1.10' ,
65
65
/* tslint:disable-next-line:max-line-length */
66
66
token : process . env . CLUSTER2_SERVICE_ACCOUNT_TOKEN || 'BBBBBBBBBBBB' ,
67
67
} ,
68
68
CLUSTER3 : {
69
- baseUrl : 'https://k8s-prod-ptc-aci.optum.com:16443 ' ,
69
+ baseUrl : 'https://cluster3:8080 ' ,
70
70
version : '1.10' ,
71
71
/* tslint:disable-next-line:max-line-length */
72
72
token : process . env . CLUSTER3_SERVICE_ACCOUNT_TOKEN || 'CCCCCCCCCCCCC' ,
73
73
} ,
74
74
CLUSTER4 : {
75
- baseUrl : 'https://10.176.22.126:6443 ' ,
75
+ baseUrl : 'https://cluster4:8080 ' ,
76
76
version : '1.10' ,
77
77
/* tslint:disable-next-line:max-line-length */
78
78
token : process . env . CLUSTER4_SERVICE_ACCOUNT_TOKEN || 'DDDDDDDDDDDDD' ,
You can’t perform that action at this time.
0 commit comments