ref: up
This commit is contained in:
22
fission-python/template/.fission/dev-deployment.json
Normal file
22
fission-python/template/.fission/dev-deployment.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"namespace": "fission-dev",
|
||||
"secrets": {
|
||||
"fission-${PROJECT_NAME}-env": {
|
||||
"literals": [
|
||||
"PG_HOST=dev-db.example.com",
|
||||
"PG_PORT=5432",
|
||||
"PG_DB=devdb",
|
||||
"PG_USER=${PROJECT_NAME}-dev",
|
||||
"PG_PASS=dev-password"
|
||||
]
|
||||
}
|
||||
},
|
||||
"configmaps": {
|
||||
"fission-${PROJECT_NAME}-config": {
|
||||
"literals": [
|
||||
"LOG_LEVEL=DEBUG",
|
||||
"FISSION_ROUTE_SERVICE_ENDPOINT=http://router.fission.svc.cluster.local"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user