Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix mm hostname #3

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading