Skip to content

Commit

Permalink
feat: skywalking
Browse files Browse the repository at this point in the history
  • Loading branch information
王泽浩 committed Nov 14, 2023
1 parent 17a8b21 commit af26bb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/minio-values.yaml
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:
Expand Down
11 changes: 9 additions & 2 deletions example/skywalking-values.yaml
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

0 comments on commit af26bb4

Please sign in to comment.