Skip to content

Commit

Permalink
chore(elasticsearch): access cluster via generic endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Oct 16, 2023
1 parent 3027f19 commit 203c3d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/helmfile/env/local/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ app:
serviceAccountSecret: null
stackdriver:
enabled: false
elasticSearchHost: elasticsearch-1-master-hl.default.svc.cluster.local:9200
elasticSearchHost: elasticsearch-1.default.svc.cluster.local:9200

replicaCount:
web: 1
Expand Down
2 changes: 1 addition & 1 deletion k8s/helmfile/env/local/mediawiki-139.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mw:
secretkeySecretName: {{ .Values.external.recaptcha2.secretName }}
secretkeySecretKey: secret_key
elasticsearch:
host: elasticsearch-1-master-hl.default.svc.cluster.local
host: elasticsearch-1.default.svc.cluster.local
port: 9200
es6: false

Expand Down
2 changes: 1 addition & 1 deletion k8s/helmfile/env/staging/mediawiki-139.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mw:
mail:
domain: "wikibase.dev"
writeOnlyElasticsearch:
host: elasticsearch-1-master-hl.default.svc.cluster.local
host: elasticsearch-1.default.svc.cluster.local
port: 9200
es6: false

Expand Down

0 comments on commit 203c3d3

Please sign in to comment.