-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
王泽浩
committed
Nov 14, 2023
1 parent
17a8b21
commit af26bb4
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# minio 部署模式 (`standalone` or `distributed`) | ||
mode: distributed | ||
mode: standalone | ||
|
||
# minio 认证账户,web登陆账户 | ||
auth: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
nameOverride: skywalking | ||
|
||
oap: | ||
image: | ||
tag: 9.6.0 | ||
tag: 9.2.0 | ||
replicas: 1 | ||
storageType: elasticsearch | ||
javaOpts: -Xms512m -Xmx768m | ||
|
||
ui: | ||
image: | ||
tag: 9.6.0 | ||
ingress: | ||
enabled: true | ||
hosts: | ||
- skywalking.space.org | ||
|
||
elasticsearch: | ||
enabled: false | ||
config: # For users of an existing elasticsearch cluster,takes effect when `elasticsearch.enabled` is false | ||
port: | ||
http: 9200 | ||
host: elasticsearch-logging-data.svc # es service on kubernetes or host | ||
host: elasticsearch-logging-data.kubesphere-logging-system.svc # es service on kubernetes or host |