Add elasticsearch

This commit is contained in:
Marcel Radzio 2022-08-17 21:20:52 +02:00
parent b0104aa6db
commit da630dd4cd
2 changed files with 13 additions and 1 deletions

View File

@ -11,4 +11,7 @@ dependencies:
version: ^16.1.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: elasticsearch
version: ^19.1.10
repository: https://charts.bitnami.com/bitnami
condition: elasticsearch.enabled

View File

@ -71,6 +71,15 @@ persistence:
size: 10Gi
elasticsearch:
enabled: true
image:
# Mediawiki has only support for some versions of Elasticsearch and we need some plugins
repository: coreharbor.kubernetes.midnightthoughts.space/mediawiki/elasticsearch
tag: latest
ingress:
enabled: false
## Additional volumes to mount into the Wiki
##
extraVolumes: []