Skip to content

Commit

Permalink
fix: ES Disable Security and HTTPS which was enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Oct 26, 2023
1 parent f9e8dfa commit a9b645f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/deps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ elasticsearch:
fullnameOverride: "elasticsearch"
imagePullPolicy: "Always"
esJavaOpts: "-Xmx1024m -Xms1024m"
protocol: http
createCert: false
esConfig:
elasticsearch.yml: |
xpack.security.enabled: false
maxUnavailable: 0
clusterHealthCheckParams: "wait_for_status=yellow&timeout=20s"
resources:
Expand Down

0 comments on commit a9b645f

Please sign in to comment.