Skip to content

Commit

Permalink
[digital ocean] Removed s3 mount
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Dec 10, 2024
1 parent 20fa7fa commit 32a86c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kube/elasticsearch/elasticsearch-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ data:
xpack.license.self_generated.type: basic
network.host: 0.0.0.0
path.repo: ["/data/es_snapshot_repository"]
s3.client.default.endpoint: "s3.ap-northeast-1.amazonaws.com"
s3.client.default.protocol: https
s3.client.default.read_timeout: 50s
s3.client.default.max_retries: 3
s3.client.default.use_throttle_retries: true
# s3.client.default.endpoint: "s3.ap-northeast-1.amazonaws.com"
# s3.client.default.protocol: https
# s3.client.default.read_timeout: 50s
# s3.client.default.max_retries: 3
# s3.client.default.use_throttle_retries: true

0 comments on commit 32a86c4

Please sign in to comment.