-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.yaml
120 lines (120 loc) · 2.89 KB
/
config.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---
# https://kubernetes.io/docs/concepts/configuration/configmap/
kind: DsoSocleConfig
apiVersion: cloud-pi-native.fr/v1alpha
metadata:
name: conf-dso
spec:
argocd:
namespace: dso-argocd
subDomain: argocd
helmRepoUrl: https://argoproj.github.io/argo-helm
values: {}
certmanager:
helmRepoUrl: https://charts.jetstack.io
forcedInstall: false
values: {}
cloudnativepg:
namespace: dso-cloudnativepg
helmRepoUrl: https://cloudnative-pg.github.io/charts
forcedInstall: false
values: {}
console:
namespace: dso-console
subDomain: console
helmRepoUrl: https://cloud-pi-native.github.io/helm-charts
cnpg:
mode: primary
exposed: false
values: {}
gitlab:
namespace: dso-gitlab
subDomain: gitlab
insecureCI: false
pvcGitalySize: 50Gi
cnpg:
mode: primary
exposed: false
values: {}
gitlabCatalog:
catalogRepoUrl: https://github.com/cloud-pi-native/gitlab-ci-catalog.git
gitlabCiPipelinesExporter:
helmRepoUrl: https://charts.visonneau.fr
values: {}
gitlabOperator:
namespace: dso-gitlab-operator
helmRepoUrl: https://gitlab.com/api/v4/projects/18899486/packages/helm/stable
forcedInstall: false
values: {}
gitlabRunner:
helmRepoUrl: https://charts.gitlab.io
values: {}
global:
backup:
velero:
enabled: false
cnpg:
enabled: false
vault:
enabled: false
metrics:
enabled: false
alerting:
enabled: false
grafana:
namespace: dso-grafana
subDomain: grafana
grafanaPvcSize: 5Gi
grafanaOperator:
namespace: dso-grafana-operator
ociChartUrl: oci://ghcr.io/grafana/helm-charts/grafana-operator
values: {}
harbor:
namespace: dso-harbor
subDomain: harbor
helmRepoUrl: https://helm.goharbor.io
pvcRegistrySize: 50Gi
pvcJobLogSize: 5Gi
pvcDatabaseSize: 10Gi
pvcRedisSize: 5Gi
pvcTrivySize: 10Gi
cnpg:
mode: primary
exposed: false
values: {}
keycloak:
namespace: dso-keycloak
subDomain: keycloak
helmRepoUrl: https://charts.bitnami.com/bitnami
postgresPvcSize: 1Gi
pluginDownloadUrl: https://github.com/codegouvfr/keycloak-theme-dsfr/releases/download/v1.0.3
cnpg:
mode: primary
exposed: false
values: {}
kyverno:
namespace: dso-kyverno
helmRepoUrl: https://kyverno.github.io/kyverno
forcedInstall: false
values: {}
nexus:
namespace: dso-nexus
subDomain: nexus
storageSize: 25Gi
proxyEnabled: false
proxyCacheSize: 25Gi
sonarqube:
namespace: dso-sonarqube
subDomain: sonar
helmRepoUrl: https://sonarsource.github.io/helm-chart-sonarqube
postgresPvcSize: 5Gi
cnpg:
mode: primary
exposed: false
values: {}
vault:
namespace: dso-vault
subDomain: vault
helmRepoUrl: https://helm.releases.hashicorp.com
pvcSize: 23Gi
values: {}