This commit is contained in:
marsal wang
2022-01-02 21:59:34 +08:00
parent 3647e45472
commit 43a8359846
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ https://hub.fastgit.org/nacos-group/nacos-k8s.git
```
helm upgrade -i torna-server torna-server/ --values local-values/torna/values.yaml -n harbor
helm upgrade -i torna-server torna/ --values local-values/torna/values.yaml -n harbor
```

View File

@ -23,7 +23,7 @@ configuration:
extraEnvVars:
- name: JAVA_OPTS
# Override the jvm param setting in dockerfile
value: "-server -Xmx512m -Xms512m -Djava.awt.headless=true"
value: "-server -Xmx512m -Xms512m -Djava.awt.headless=true"
serviceAccount:
# Specifies whether a service account should be created
create: true