Files
deployment-portal-fe/gi_deployment_manifest.json

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"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"
}