-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathzarf.yaml
57 lines (54 loc) · 1.52 KB
/
zarf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: mattermost
description: "UDS Mattermost Package"
# x-release-please-start-version
version: "9.9.1-uds.0"
# x-release-please-end
variables:
- name: SUBDOMAIN
description: "Subdomain for Mattermost"
default: "chat"
- name: DOMAIN
default: "uds.dev"
- name: ACCESS_KEY
description: "Access Key for S3 compatible storage"
- name: SECRET_KEY
description: "Secret Key for S3 compatible storage"
- name: DB_PASSWORD
description: "Database Password for Mattermost"
- name: MM_LICENSE
description: "License for Mattermost"
default: ""
components:
- name: mattermost
required: true
description: "Deploy Mattermost"
import:
path: common
only:
flavor: upstream
charts:
- name: mattermost-enterprise-edition
valuesFiles:
- values/upstream-values.yaml
images:
- appropriate/curl:latest
- mattermost/mattermost-enterprise-edition:9.10.1
- name: mattermost
required: true
description: "Deploy Mattermost"
import:
path: common
only:
flavor: registry1
cluster:
architecture: amd64
charts:
- name: mattermost-enterprise-edition
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.10.1