This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzarf.yaml
69 lines (67 loc) · 2.01 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
58
59
60
61
62
63
64
65
66
67
68
69
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: jira
description: "UDS jira capability deployed via flux"
# x-release-please-start-version
version: "0.1.7"
# x-release-please-end
architecture: amd64
variables:
- name: JIRA_DEPENDS_ON
default: "[]"
- name: JIRA_CREATE_NAMESPACE
default: "false"
- name: JIRA_DB_NAME
default: "jiradb"
- name: JIRA_DB_USERNAME
default: "jira"
- name: JIRA_LOCAL_HOME_ENABLED
default: "false"
- name: JIRA_LOCAL_HOME_SIZE
default: "128Gi"
- name: JIRA_RWO_STORAGE_CLASS
default: "local-path"
- name: JIRA_SHARED_HOME_ENABLED
default: "false"
- name: JIRA_SHARED_HOME_SIZE
default: "128Gi"
- name: JIRA_RWX_STORAGE_CLASS
default: "local-path"
- name: DOMAIN
default: "bigbang.dev"
components:
- name: istio-version
required: true
actions:
onDeploy:
before:
- cmd: kubectl get deployment -n monitoring monitoring-monitoring-kube-operator -o=jsonpath='{.spec.template.metadata.annotations.bigbang\.dev/istioVersion}'
setVariable: ISTIO_VERSION
- name: jira
required: true
description: "Deploy jira via flux"
charts:
# renovate: datasource=helm
- name: flux-app
url: https://defenseunicorns.github.io/uds-support-charts/
version: 1.0.7
namespace: jira
valuesFiles:
- jira-flux-values.yaml
repos:
- https://repo1.dso.mil/big-bang/product/community/jira.git@1.17.2-bb.0
images:
- registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts:9.12.2
- registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.9
actions:
onDeploy:
after:
- wait:
cluster:
kind: helmRelease
name: jira
condition: Ready
namespace: bigbang
maxTotalSeconds: 900
description: Jira HelmRelease to be Ready