Skip to content

Commit

Permalink
feat: Fix web elastic secret
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 18, 2022
1 parent dc17983 commit c6e5314
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions k8s/web.yaml
Expand Up @@ -19,11 +19,14 @@ spec:
image: web
env:
- name: ELASTICSEARCH_URL
value: https://localhost:9200
value: https://sink-es-http:9200
- name: ELASTICSEARCH_USERNAME
value: elastic
- name: ELASTICSEARCH_PASSWORD
value: 34a7s4aB8DI4a4SX03dWtt8u
valueFrom:
secretKeyRef:
key: elastic
name: sink-es-elastic-user
- name: ELASTICSEARCH_CIP25_INDEX
value: oura.sink.cip25assets
resources:
Expand Down

0 comments on commit c6e5314

Please sign in to comment.