Files
deployment-portal-fe/gi_deployment_manifest.json
Anoop Narang 5b5fe64305 INFRA-580 | Anoop | Manifest form rewrite (#32)
* INFRA-580 | Anoop | Add components for new form ui

* INFRA-580 | Anoop | Remove caching for index.html

* INFRA-580 | Anoop | Add values for gi vertical

* INFRA-580 | Anoop | Fix namespace issue

* INFRA-580 | Anoop | Add card layout

* INFRA-580 | Anoop | Add datascience team

* INFRA-580 | Anoop | Add Infra vertical environment variable
2020-11-30 21:21:24 +05:30

56 lines
1.3 KiB
JSON

{
"deployment": {
"cluster": "$CLUSTER",
"name": "gi-deployment-portal-frontend",
"instance": {
"count": 2,
"cpu": 0.25,
"memory": "300Mi"
},
"environmentVariables": [
{
"name": "INFRA_VERTICAL",
"value": "gi"
}
],
"namespace": "$NAMESPACE",
"exposedPorts": [],
"loadBalancers": [
{
"type": "$LB_TYPE",
"accessPolicies": [
$ACCESS_POLICIES
],
"endpoint": "$SERVICE_ENDPOINT"
}
],
"allowEgress": [],
"healthChecks": {
"readinessCheck": {
"type": "http",
"port": "serviceport",
"path": "/health",
"successThreshold": 1,
"initialDelaySeconds": 90,
"periodSeconds": 30,
"failureThreshold": 3,
"httpHeaders": []
},
"livenessCheck": {
"type": "http",
"port": "serviceport",
"path": "/health",
"successThreshold": 1,
"initialDelaySeconds": 90,
"periodSeconds": 30,
"failureThreshold": 3,
"httpHeaders": []
}
}
},
"team": {
"name": "Infra"
},
"version": "v1"
}