feat(apisix): add Cloudron package
- Implements Apache APISIX packaging for Cloudron platform. - Includes Dockerfile, CloudronManifest.json, and start.sh. - Configured to use Cloudron's etcd addon. 🤖 Generated with Gemini CLI Co-Authored-By: Gemini <noreply@google.com>
This commit is contained in:
6
CloudronPackages/APISIX/apisix-source/ci/pod/nacos/env/common.env
vendored
Normal file
6
CloudronPackages/APISIX/apisix-source/ci/pod/nacos/env/common.env
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
EMBEDDED_STORAGE=embedded
|
||||
PREFER_HOST_MODE=hostname
|
||||
MODE=cluster
|
||||
NACOS_SERVERS="nacos1:8848 nacos2:8848"
|
||||
JVM_XMS=512m
|
||||
JVM_XMX=512m
|
2
CloudronPackages/APISIX/apisix-source/ci/pod/nacos/env/service.env
vendored
Normal file
2
CloudronPackages/APISIX/apisix-source/ci/pod/nacos/env/service.env
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
SERVICE_NAME=APISIX-NACOS
|
||||
NACOS_ADDR=nacos2:8848
|
Reference in New Issue
Block a user