-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuds-bundle.yaml
50 lines (45 loc) · 1.56 KB
/
uds-bundle.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
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
kind: UDSBundle
metadata:
name: confluence-test
description: A UDS bundle for deploying Confluence and it's dependencies on a development cluster
version: dev
packages:
- name: dev-namespace
path: ../
ref: 0.1.0
- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.14.0-uds.0-upstream
overrides:
postgres-operator:
uds-postgres-config:
variables:
- name: POSTGRESQL
description: "Configure postgres using CRs via the uds-postgres-config chart"
path: postgresql
- name: dev-wait
path: ../
ref: 0.1.0
- name: confluence
path: ../
ref: dev
overrides:
confluence:
uds-confluence-config:
values:
# Values to enable clustering
- path: clustering.enabled
value: false
confluence:
values:
- path: database.credentials.secretName
value: confluence.confluence.pg-cluster.credentials.postgresql.acid.zalan.do
# Below are values to enable clustering
- path: confluence.hazelcastService.enabled
value: false # Set to true to enable clustering
- path: confluence.clustering.enabled
value: false # Set to true to enable clustering
- path: confluence.service.sessionAffinity
value: "None" # Set to ClientIP to enable clustering