Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit df3bc59

Browse files
nacos: fix java binary path in helm-chart startup
1 parent 4ff2357 commit df3bc59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎helm-chart/templates/nacos-server.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ spec:
4141
- name: FUNCTION_MODE
4242
value: all
4343
- name: JAVA_HOME
44-
value: /usr/lib/jvm/java-1.8.0-openjdk
44+
value: /usr/lib/jvm/java-1.8-openjdk
4545
- name: NACOS_USER
4646
value: nacos
4747
- name: JAVA
48-
value: /usr/lib/jvm/java-1.8.0-openjdk/bin/java
48+
value: /usr/lib/jvm/java-1.8-openjdk/bin/java
4949
- name: JVM_XMS
5050
value: 2g
5151
- name: JVM_XMX

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /