FixAddress2
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 23s
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 23s
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"namespace": "default",
|
"namespace": "default",
|
||||||
"environments": {
|
"environments": {
|
||||||
"user-email-py": {
|
"user-address-py": {
|
||||||
"image": "ghcr.io/fission/python-env",
|
"image": "ghcr.io/fission/python-env",
|
||||||
"builder": "ghcr.io/fission/python-builder",
|
"builder": "ghcr.io/fission/python-builder",
|
||||||
"mincpu": 50,
|
"mincpu": 50,
|
||||||
@@ -17,16 +17,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages": {
|
"packages": {
|
||||||
"ailbl-user-email": {
|
"ailbl-user-address": {
|
||||||
"buildcmd": "./build.sh",
|
"buildcmd": "./build.sh",
|
||||||
"sourcearchive": "package.zip",
|
"sourcearchive": "package.zip",
|
||||||
"env": "user-email-py"
|
"env": "user-address-py"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"function_common": {
|
"function_common": {
|
||||||
"pkg": "ailbl-user-email",
|
"pkg": "ailbl-user-address",
|
||||||
"secrets": [
|
"secrets": [
|
||||||
"fission-ailbl-user-email-env"
|
"fission-ailbl-user-address-env"
|
||||||
],
|
],
|
||||||
"executor": {
|
"executor": {
|
||||||
"select": "newdeploy",
|
"select": "newdeploy",
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
"maxmemory": 500
|
"maxmemory": 500
|
||||||
},
|
},
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"fission-ailbl-user-email-env": {
|
"fission-ailbl-user-address-env": {
|
||||||
"literals": [
|
"literals": [
|
||||||
"PG_HOST=160.30.113.113",
|
"PG_HOST=160.30.113.113",
|
||||||
"PG_PORT=45432",
|
"PG_PORT=45432",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"namespace": "default",
|
"namespace": "default",
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"fission-ailbl-user-email-env": {
|
"fission-ailbl-user-address-env": {
|
||||||
"literals": [
|
"literals": [
|
||||||
"PG_HOST=160.30.113.113",
|
"PG_HOST=160.30.113.113",
|
||||||
"PG_PORT=45432",
|
"PG_PORT=45432",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"namespace": "default",
|
"namespace": "default",
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"fission-ailbl-user-email-env": {
|
"fission-ailbl-user-address-env": {
|
||||||
"literals": [
|
"literals": [
|
||||||
"S3_BUCKET=ailbl",
|
"S3_BUCKET=ailbl",
|
||||||
"S3_ENDPOINT_URL=http://160.30.113.113:9000",
|
"S3_ENDPOINT_URL=http://160.30.113.113:9000",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"namespace": "default",
|
"namespace": "default",
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"fission-ailbl-user-email-env": {
|
"fission-ailbl-user-address-env": {
|
||||||
"literals": [
|
"literals": [
|
||||||
"PG_HOST=160.30.113.113",
|
"PG_HOST=160.30.113.113",
|
||||||
"PG_PORT=45432",
|
"PG_PORT=45432",
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"namespace": "default",
|
|
||||||
"secrets": {
|
|
||||||
"fission-ailbl-user-email-env": {
|
|
||||||
"literals": [
|
|
||||||
"PG_HOST=160.30.113.113",
|
|
||||||
"PG_PORT=45432",
|
|
||||||
"PG_DB=postgres",
|
|
||||||
"PG_USER=postgres",
|
|
||||||
"PG_PASS=q2q32RQx9R9qVAp3vkVrrASnSUUhzKvC"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user