We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a3c8c9 + 1e3be69 commit 549626cCopy full SHA for 549626c
helm-chart/templates/nacos-server.yaml
@@ -41,11 +41,11 @@ spec:
41
- name: FUNCTION_MODE
42
value: all
43
- name: JAVA_HOME
44
- value: /usr/lib/jvm/java-1.8.0-openjdk
+ value: /usr/lib/jvm/java-1.8-openjdk
45
- name: NACOS_USER
46
value: nacos
47
- name: JAVA
48
- value: /usr/lib/jvm/java-1.8.0-openjdk/bin/java
+ value: /usr/lib/jvm/java-1.8-openjdk/bin/java
49
- name: JVM_XMS
50
value: 2g
51
- name: JVM_XMX
src/frontend/pom.xml
@@ -148,6 +148,7 @@
148
<plugin>
149
<groupId>org.springframework.boot</groupId>
150
<artifactId>spring-boot-maven-plugin</artifactId>
151
+ <version>${spring.boot.version}</version>
152
<executions>
153
<execution>
154
<goals>
0 commit comments