Skip to content

Commit

Permalink
Fix Elasticsearch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Oct 11, 2023
1 parent 4415d0e commit 4890c7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/kubernetes/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ spec:
# => We don't bother with HTTPS and pesky self-signed certificates
- name: xpack.security.enabled
value: false
# https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#_configure_and_start_the_cluster
- name: ES_PORT
value: 127.0.0.1:9200
envFrom:
- configMapRef:
name: elasticsearch-config
Expand All @@ -71,3 +74,5 @@ spec:
protocol: TCP
imagePullSecrets:
- name: search-quarkus-io-pull-secret
triggers:
- type: ConfigChange

0 comments on commit 4890c7a

Please sign in to comment.