We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72acaf1 commit faf5b0cCopy full SHA for faf5b0c
helm-chart/stac-fastapi/values-elasticsearch-ci.yaml
@@ -13,6 +13,7 @@ elasticsearch:
13
clusterName: "stac-elasticsearch-ci"
14
replicas: 1
15
minimumMasterNodes: 1
16
+ singleNode: true
17
resources:
18
requests:
19
cpu: "200m"
@@ -25,8 +26,6 @@ elasticsearch:
25
26
elasticsearch.yml: |
27
cluster.name: "stac-elasticsearch-ci"
28
network.host: 0.0.0.0
- discovery.seed_hosts: ["stac-elasticsearch-ci-master-headless"]
29
- cluster.initial_master_nodes: ["stac-elasticsearch-ci-master-0"]
30
action.destructive_requires_name: false
31
xpack.security.enabled: false
32
xpack.security.transport.ssl.enabled: false
0 commit comments