Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
k8s-moqui
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7cd00042
authored
2023-02-10 18:07:19 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Disable the embedded elasticsearch.
1 parent
f412d168
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
charts/moqui/templates/moqui.yaml
charts/moqui/templates/moqui.yaml
View file @
7cd0004
...
...
@@ -30,6 +30,9 @@ spec:
serviceAccountName
:
{{
include "moqui.serviceAccountName" .
}}
securityContext
:
{{
- toYaml .Values.podSecurityContext | nindent 8
}}
volumes
:
-
name
:
disable-elasticsearch
emptyDir
:
{}
initContainers
:
{{
- if and (eq .Values.configMap.entity_ds_db_conf "postgres") (.Values.checkDsConnection.enabled)
}}
-
name
:
postgresql-check-connection
...
...
@@ -81,6 +84,9 @@ spec:
optional
:
false
-
name
:
elasticsearch_url
value
:
{{
include "moqui.opensearch-url" .
}}
volumeMounts
:
-
mountPath
:
/opt/moqui/runtime/elasticsearch
name
:
disable-elasticsearch
ports
:
-
name
:
http-moqui
...
...
Please
register
or
sign in
to post a comment