Skip to content

Commit

Permalink
Add API MD envs
Browse files Browse the repository at this point in the history
  • Loading branch information
obieler committed Dec 6, 2023
1 parent 2d3ba80 commit 3b1b576
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ansible/roles/search-api-k8s/tasks/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@
value: '{{ searchapi_secrets.SEARCH_API_LDAP_URL }}'
- name: SEARCH_API_LDAP_ROOTS_FILTER
value: '{{ searchapi_secrets.SEARCH_API_LDAP_ROOTS_FILTER }}'
- name: SEARCH_API_MD_BASE_URL
value: '{{ searchapi_secrets.SEARCH_API_MD_BASE_URL }}'
- name: SEARCH_API_MD_USER
valueFrom:
secretKeyRef:
name: search-api-md-secrets
key: SEARCH_API_MD_USER
- name: SEARCH_API_MD_PASSWORD
valueFrom:
secretKeyRef:
name: search-api-md-secrets
key: SEARCH_API_MD_PASSWORD
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 3b1b576

Please sign in to comment.