UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 5b6a1837 authored by Micah Nagel's avatar Micah Nagel
Browse files

Add MM Elastic Integration

parent f3b06035
No related branches found
No related tags found
1 merge request!446Add MM Elastic Integration
......@@ -63,4 +63,9 @@ spec:
namespace: {{ $.Release.Namespace }}
{{- end }}
{{- end }}
{{- if and .Values.addons.mattermost.elasticsearch.enabled .Values.logging.enabled }}
- name: ek
namespace: {{ $.Release.Namespace }}
{{- end }}
{{- end }}
......@@ -60,4 +60,9 @@ minio:
- name: private-registry
{{- end }}
{{- end }}
{{- if .Values.addons.mattermost.elasticsearch.enabled }}
elasticsearch:
enabled: true
{{- end }}
{{- end -}}
......@@ -609,7 +609,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
path: "./chart"
tag: "0.1.3-bb.2"
tag: "0.1.4-bb.0"
# -- Mattermost Enterprise functionality.
enterprise:
......@@ -681,6 +681,13 @@ addons:
# -- Bucket name to use for Mattermost - will be auto-created.
bucket: ""
# -- Mattermost Elasticsearch integration - requires enterprise E20 license - https://docs.mattermost.com/deployment/elasticsearch.html
# Connection info defaults to the BB deployed Elastic, all values can be overridden via the "values" passthrough for other connections.
# See values spec in MM chart "elasticsearch" yaml block - https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/-/blob/main/chart/values.yaml
elasticsearch:
# -- Toggle interaction with Elastic for optimized search indexing
enabled: false
# -- Values to passthrough to the Mattermost chart: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/-/blob/main/chart/values.yaml
values: {}
......
......@@ -340,6 +340,8 @@ addons:
mattermost:
enabled: false
elasticsearch:
enabled: true
values:
replicaCount: 1
resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment