2020-05-21 11:13:50 +05:30
|
|
|
{
|
2024-04-16 16:56:56 +05:30
|
|
|
"name": "deployment-portal-frontend",
|
|
|
|
|
"environment": "$ENVIRONMENT",
|
|
|
|
|
"cluster": "$CLUSTER",
|
|
|
|
|
"metadata": {
|
|
|
|
|
"repo": "navi-infra/deployment-portal-frontend",
|
|
|
|
|
"language": "Javascript",
|
|
|
|
|
"dataSensitivity": "Internal",
|
|
|
|
|
"logCriticality": "AccessLogs",
|
|
|
|
|
"disasterRecovery": "False"
|
|
|
|
|
},
|
2020-05-21 11:13:50 +05:30
|
|
|
"deployment": {
|
|
|
|
|
"instance": {
|
|
|
|
|
"count": 2,
|
2024-06-04 04:39:51 +05:30
|
|
|
"cpu": $CPU,
|
|
|
|
|
"memory": "$MEMORY"
|
2020-05-21 11:13:50 +05:30
|
|
|
},
|
2020-09-29 10:57:30 +05:30
|
|
|
"alerts": {
|
|
|
|
|
"http5xx": {
|
|
|
|
|
"thresholdPercent": 10
|
|
|
|
|
}
|
|
|
|
|
},
|
2020-05-21 11:13:50 +05:30
|
|
|
"namespace": "$NAMESPACE",
|
2020-05-21 11:41:25 +05:30
|
|
|
"exposedPorts": [],
|
2020-05-21 11:13:50 +05:30
|
|
|
"loadBalancers": [
|
|
|
|
|
{
|
|
|
|
|
"type": "$LB_TYPE",
|
2024-05-10 09:41:47 +05:30
|
|
|
"groupName": "$LB_GROUP_NAME",
|
2020-05-21 11:13:50 +05:30
|
|
|
"accessPolicies": [
|
|
|
|
|
$ACCESS_POLICIES
|
|
|
|
|
],
|
|
|
|
|
"endpoint": "$SERVICE_ENDPOINT"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"allowEgress": [],
|
2024-08-08 13:34:18 +05:30
|
|
|
"allowEndpoint": [
|
|
|
|
|
{
|
|
|
|
|
"host": "deployment-portal-backend.infrastructure.svc.cluster.local",
|
|
|
|
|
"port": "8080"
|
|
|
|
|
}
|
|
|
|
|
],
|
2020-05-21 11:13:50 +05:30
|
|
|
"healthChecks": {
|
|
|
|
|
"readinessCheck": {
|
2020-05-21 14:19:41 +05:30
|
|
|
"type": "http",
|
2020-05-21 11:13:50 +05:30
|
|
|
"port": "serviceport",
|
2020-05-21 14:19:41 +05:30
|
|
|
"path": "/health",
|
2020-05-21 11:13:50 +05:30
|
|
|
"successThreshold": 1,
|
|
|
|
|
"initialDelaySeconds": 90,
|
|
|
|
|
"periodSeconds": 30,
|
|
|
|
|
"failureThreshold": 3,
|
|
|
|
|
"httpHeaders": []
|
|
|
|
|
},
|
|
|
|
|
"livenessCheck": {
|
2020-05-21 14:19:41 +05:30
|
|
|
"type": "http",
|
2020-05-21 11:41:25 +05:30
|
|
|
"port": "serviceport",
|
2020-05-21 14:19:41 +05:30
|
|
|
"path": "/health",
|
2020-05-21 11:13:50 +05:30
|
|
|
"successThreshold": 1,
|
|
|
|
|
"initialDelaySeconds": 90,
|
|
|
|
|
"periodSeconds": 30,
|
|
|
|
|
"failureThreshold": 3,
|
|
|
|
|
"httpHeaders": []
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-04-16 16:56:56 +05:30
|
|
|
"environmentVariables": [
|
|
|
|
|
{
|
|
|
|
|
"name": "INFRA_VERTICAL",
|
|
|
|
|
"value": "$INFRA_VERTICAL"
|
|
|
|
|
}
|
|
|
|
|
],
|
2020-05-21 11:13:50 +05:30
|
|
|
"team": {
|
2024-02-12 14:57:07 +05:30
|
|
|
"name": "Cloud-Platform"
|
2024-04-16 17:08:33 +05:30
|
|
|
},
|
|
|
|
|
"infraVertical": "lending"
|
2020-06-15 11:00:06 +05:30
|
|
|
}
|