Skip to content

Commit

Permalink
🔥 disable reindexing job from helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Aug 8, 2024
1 parent c69eabc commit 08e0d83
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions kustomize/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ alfresco-search-enterprise:
# -- The password required to access the service, if any
password: null
reindexing:
enabled: true
enabled: false # leave as false - reindexing job is now standalone
postgresql:
url:
hostname:
Expand All @@ -800,18 +800,18 @@ alfresco-search-enterprise:
image:
tag: 4.0.1
liveIndexing:
mediation:
image:
tag: 4.0.1
content:
image:
tag: 4.0.1
metadata:
image:
tag: 4.0.1
path:
image:
tag: 4.0.1
mediation:
image:
tag: 4.0.1
content:
image:
tag: 4.0.1
metadata:
image:
tag: 4.0.1
path:
image:
tag: 4.0.1
alfresco-digital-workspace:
nodeSelector: {}
enabled: false
Expand Down

0 comments on commit 08e0d83

Please sign in to comment.