Skip to content

Commit

Permalink
Disable authentication for the Elasticsearch container
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Nov 11, 2024
1 parent f5df743 commit 805f211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kubernetes/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
# Setting this env variable is better than setting plugins.security.disabled
# because this skips installing the plugin altogether (see above)
- name: xpack.security.enabled
value: 'true'
value: 'false'
# Disable disk-based shard allocation thresholds: on large, relatively full disks (>90% used),
# it will lead to index creation to get stuck waiting for other nodes to join the cluster,
# which will never happen since we only have one node.
Expand Down

0 comments on commit 805f211

Please sign in to comment.