[agent-deploy] - modify deploy project
This commit is contained in:
18
agent-deploy/c_app/DeployCmiiApp_test.go
Normal file
18
agent-deploy/c_app/DeployCmiiApp_test.go
Normal file
@@ -0,0 +1,18 @@
|
||||
package c_app
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCmiiBackendDeploymentConfig_ParseToApplyConf(t *testing.T) {
|
||||
|
||||
deploymentConfig := CmiiBackendConfig{
|
||||
Namespace: "uavcloud-dev",
|
||||
AppName: "cmii-uav-gateway",
|
||||
ImageTag: "5.2.0-123",
|
||||
Replicas: "2",
|
||||
NodePort: "31213",
|
||||
NeedPvcCache: true,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user