Skip to content

Commit

Permalink
fix: fix mm hostname and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Jan 29, 2024
2 parents 7f5162b + c660e66 commit 785384d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 47 deletions.
52 changes: 5 additions & 47 deletions tasks/test.yaml
Original file line number Diff line number Diff line change
@@ -1,60 +1,18 @@
tasks:
- name: health-check
actions:
- description: Mattermost Exporter Health Check
- description: Mattermost Operator Health Check
wait:
cluster:
kind: Deployment
name: mattermost-mattermost-exporter
namespace: mattermost

- description: Mattermost Registry Health Check
wait:
cluster:
kind: Deployment
name: mattermost-registry
namespace: mattermost
name: mattermost-operator
namespace: mattermost-operator

- description: Mattermost Shell Health Check
- description: Mattermost Health Check
wait:
cluster:
kind: Deployment
name: mattermost-mattermost-shell
namespace: mattermost

- description: Mattermost Toolbox Health Check
wait:
cluster:
kind: Deployment
name: mattermost-toolbox
namespace: mattermost

- description: Mattermost Sidekiq Health Check
wait:
cluster:
kind: Deployment
name: mattermost-sidekiq-all-in-1-v2
namespace: mattermost

- description: Mattermost Webservice Health Check
wait:
cluster:
kind: Deployment
name: mattermost-webservice-default
namespace: mattermost

- description: Mattermost Gitaly Health Check
wait:
cluster:
kind: StatefulSet
name: mattermost-gitaly
namespace: mattermost

- description: Mattermost Migrations Health Check
wait:
cluster:
kind: Job
name: mattermost-migrations-1
name: mattermost
namespace: mattermost

- name: ingress
Expand Down
3 changes: 3 additions & 0 deletions values/mattermost-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
hostname: ###ZARF_VAR_DOMAIN###
domain: ###ZARF_VAR_DOMAIN###

ingress:
host: mattermost.###ZARF_VAR_DOMAIN###

enterprise:
enabled: ###ZARF_VAR_MATTERMOST_ENTERPRISE_ENABLED###
license: |
Expand Down

0 comments on commit 785384d

Please sign in to comment.