|
@@ -38,8 +38,7 @@ EOF
|
|
|
"-Djava.security.egd=file:/dev/./urandom",
|
|
"-Djava.security.egd=file:/dev/./urandom",
|
|
|
"-Xmx1536m",
|
|
"-Xmx1536m",
|
|
|
"-Dserver.port=80",
|
|
"-Dserver.port=80",
|
|
|
- "-jar", "/app/target/${CONFIG.service.jar}",
|
|
|
|
|
- "--spring.config.location=file:/app/configs/application.yml,file:/app/configs/application-druid.yml"]
|
|
|
|
|
|
|
+ "-jar", "/app/target/${CONFIG.service.jar}"]
|
|
|
String[] K8S_BACKUPS = []
|
|
String[] K8S_BACKUPS = []
|
|
|
|
|
|
|
|
if ("upgrade" == action || "upgrade:selected" == action) {
|
|
if ("upgrade" == action || "upgrade:selected" == action) {
|