Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/skywalking/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ oapInit:
tolerations: []

elasticsearch:
enabled: true
enabled: false
config: # For users of an existing elasticsearch cluster,takes effect when `elasticsearch.enabled` is false
port:
http: 9200
Expand Down Expand Up @@ -423,7 +423,7 @@ elasticsearch:
keystore: []

postgresql:
enabled: false # Whether to start a demo postgresql deployment, don't use this for production.
enabled: true # Whether to start a demo postgresql deployment, don't use this for production.
config:
# The hostname of your own postgresql service, this only takes effect when postgresql.enabled is false.
host: postgresql-service.your-awesome-company.com
Expand Down