Skip to content

Commit

Permalink
feat(elasticsearch): configure API to also use new cluster on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Oct 16, 2023
1 parent 1d5a9cc commit 00f0cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/helmfile/env/staging/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ app:
minScore: 0.5
secretSecretName: {{ .Values.external.recaptcha3.secretName }}
secretSecretKey: secret_key
elasticSearchHost: elasticsearch-master.default.svc.cluster.local:9200,elasticsearch-1.default.svc.cluster.local:9200

trustedProxy:
proxies: ['10.112.0.0/14']

0 comments on commit 00f0cb6

Please sign in to comment.