This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
develop
/
digimeta-MultiSaas
Watch
12
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
149
Wiki
Activity
Browse Source
yinruoxi
feature: 1.修改:配置k8s发布对应nacos地址。
tags/B.2.8.5_20240321_release
kira
1 year ago
parent
44c5edabab
commit
6f1fa9da48
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
pom.xml
+ 11
- 0
pom.xml
View File
@@ -408,6 +408,17 @@
</properties>
</profile>
<profile>
<id>k8s</id>
<properties>
<!-- 环境标识,需要与配置文件的名称相对应 -->
<activatedProperties>prod</activatedProperties>
<nacos.host>nacos-0.nacos-headless.dgmeta.svc.cluster.local</nacos.host>
<nacos.port>8848</nacos.port>
<nacos.namespace></nacos.namespace>
</properties>
</profile>
</profiles>
<build>
Write
Preview
Loading…
Cancel
Save