Skip to content

Commit

Permalink
update prod configuration (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Liu <liutaoaz@amazon.com>

Signed-off-by: Tao Liu <liutaoaz@amazon.com>
  • Loading branch information
Flyingliuhub authored Nov 16, 2022
1 parent d096a87 commit c864e66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config/playground/helm/prod/helm-opensearch-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ config:
server.host: '0.0.0.0'
# Use the consolidated menu and global header bar
opensearchDashboards.branding.useExpandedHeader: false
# Enable wizard feature
wizard.enabled: true
# Enable multiple datasource
data_source.enabled: true

priorityClassName: ""

Expand Down
9 changes: 4 additions & 5 deletions config/playground/helm/prod/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,10 @@ persistence:
# set, choosing the default provisioner. (gp2 on AWS, standard on
# GKE, AWS & OpenStack)

storageClass: "-"
storageClassName: netapp-ssd
accessModes:
- ReadWriteOnce
size: 30Gi
accessModes:
- ReadWriteOnce
size: 50Gi
annotations: {}

protocol: http
httpPort: 9200
Expand Down

0 comments on commit c864e66

Please sign in to comment.