INFRA-4009 | Ankit Bhardwaj | add external gateway for IAPL prod (#718)
This commit is contained in:
committed by
GitHub
parent
218d07edfb
commit
480dca5743
@@ -24,6 +24,7 @@ export class ExternalCommonApiGatewayUrl {
|
||||
'qa-external-gateway.np.navi-ppl.in',
|
||||
];
|
||||
public static readonly PPL_PROD = ['external-gateway.prod.navi-ppl.in'];
|
||||
public static readonly IAPL_PROD = ['external-gateway.prod.navi-iapl.in'];
|
||||
}
|
||||
|
||||
export class InternalCommonApiGatewayUrl {
|
||||
|
||||
@@ -51,6 +51,7 @@ const ExternalCommonApiGatewayUrlMap = {
|
||||
[Cluster.SA_PROD]: ExternalCommonApiGatewayUrl.SA_PROD,
|
||||
[Cluster.PPL_NONPROD]: ExternalCommonApiGatewayUrl.PPL_NP,
|
||||
[Cluster.PPL_PROD]: ExternalCommonApiGatewayUrl.PPL_PROD,
|
||||
[Cluster.IAPL_PROD]: ExternalCommonApiGatewayUrl.IAPL_PROD,
|
||||
};
|
||||
|
||||
const InternalCommonApiGatewayUrlMap = {
|
||||
|
||||
@@ -96,4 +96,5 @@ export const ciliumEnabledCluster = new Set([
|
||||
Cluster.PPL_PROD,
|
||||
Cluster.SA_PROD,
|
||||
Cluster.LENDING_PROD,
|
||||
Cluster.IAPL_PROD,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user