Skip to content

Commit

Permalink
Merge pull request 'Adding changes to upgrade mattermost image' (#143…
Browse files Browse the repository at this point in the history
…) from upgrading-mattermost-image into master

Reviewed-on: https://gitea.obmondo.com/EnableIT/KubeAid/pulls/143
  • Loading branch information
ashish1099 committed Feb 6, 2024
2 parents 8237e85 + d4b119d commit a7d01af
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions argocd-helm-charts/mattermost-team-edition/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
mattermost-team-edition:
image:
repository: mattermost/mattermost-team-edition
tag: 6.7.0@sha256:cf0c182aeff6553d93e33485858c3dd9de1c8dd73d140dda18d926721f8ff7a0
mysql:
enabled: false
externalDB:
Expand All @@ -18,7 +15,7 @@ mattermost-team-edition:
name: mattermost.mattermost-pgsql.credentials.postgresql.acid.zalan.do
key: password
- name: MM_SQLSETTINGS_DATASOURCE
value: postgres://$(MM_DB_USERNAME):$(MM_DB_PASSWORD)@mattermost-pgsql:5432/mattermost?sslmode=require&connect_timeout=10
value: postgres://$(MM_DB_USERNAME):$(MM_DB_PASSWORD)@mattermost-pgsql:5432/mattermost?sslmode=require&connect_timeout=100
- name: MM_GITLABSETTINGS_ID
valueFrom:
secretKeyRef:
Expand All @@ -41,6 +38,13 @@ mattermost-team-edition:
runAsUser: 2000
runAsGroup: 2000
fsGroup: 2000
# For fixing premature crashloopbackoff error
startupProbe:
initialDelaySeconds: 100
livenessProbe:
initialDelaySeconds: 10
readinessProbe:
initialDelaySeconds: 150

postgresql:
size: 8Gi
Expand Down

0 comments on commit a7d01af

Please sign in to comment.