From 1620f131243e136731590a0bf776d641a2bc3f2b Mon Sep 17 00:00:00 2001 From: QuangMinh_123 Date: Thu, 11 Dec 2025 06:38:53 +0000 Subject: [PATCH] FixAddress2 --- .fission/deployment.json | 12 ++++++------ .fission/dev-deployment.json | 2 +- .fission/local-deployment.json | 2 +- .fission/staging-deployment.json | 2 +- .fission/test-deployment.json | 14 -------------- 5 files changed, 9 insertions(+), 23 deletions(-) delete mode 100644 .fission/test-deployment.json diff --git a/.fission/deployment.json b/.fission/deployment.json index f27ad36..c1eda61 100644 --- a/.fission/deployment.json +++ b/.fission/deployment.json @@ -1,7 +1,7 @@ { "namespace": "default", "environments": { - "user-email-py": { + "user-address-py": { "image": "ghcr.io/fission/python-env", "builder": "ghcr.io/fission/python-builder", "mincpu": 50, @@ -17,16 +17,16 @@ } }, "packages": { - "ailbl-user-email": { + "ailbl-user-address": { "buildcmd": "./build.sh", "sourcearchive": "package.zip", - "env": "user-email-py" + "env": "user-address-py" } }, "function_common": { - "pkg": "ailbl-user-email", + "pkg": "ailbl-user-address", "secrets": [ - "fission-ailbl-user-email-env" + "fission-ailbl-user-address-env" ], "executor": { "select": "newdeploy", @@ -46,7 +46,7 @@ "maxmemory": 500 }, "secrets": { - "fission-ailbl-user-email-env": { + "fission-ailbl-user-address-env": { "literals": [ "PG_HOST=160.30.113.113", "PG_PORT=45432", diff --git a/.fission/dev-deployment.json b/.fission/dev-deployment.json index 40b0899..593720d 100644 --- a/.fission/dev-deployment.json +++ b/.fission/dev-deployment.json @@ -1,7 +1,7 @@ { "namespace": "default", "secrets": { - "fission-ailbl-user-email-env": { + "fission-ailbl-user-address-env": { "literals": [ "PG_HOST=160.30.113.113", "PG_PORT=45432", diff --git a/.fission/local-deployment.json b/.fission/local-deployment.json index 173e36b..9785052 100644 --- a/.fission/local-deployment.json +++ b/.fission/local-deployment.json @@ -1,7 +1,7 @@ { "namespace": "default", "secrets": { - "fission-ailbl-user-email-env": { + "fission-ailbl-user-address-env": { "literals": [ "S3_BUCKET=ailbl", "S3_ENDPOINT_URL=http://160.30.113.113:9000", diff --git a/.fission/staging-deployment.json b/.fission/staging-deployment.json index 40b0899..593720d 100644 --- a/.fission/staging-deployment.json +++ b/.fission/staging-deployment.json @@ -1,7 +1,7 @@ { "namespace": "default", "secrets": { - "fission-ailbl-user-email-env": { + "fission-ailbl-user-address-env": { "literals": [ "PG_HOST=160.30.113.113", "PG_PORT=45432", diff --git a/.fission/test-deployment.json b/.fission/test-deployment.json deleted file mode 100644 index 40b0899..0000000 --- a/.fission/test-deployment.json +++ /dev/null @@ -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" - ] - } - } -} \ No newline at end of file