-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcr-conf-dso-default.yaml
90 lines (90 loc) · 1.93 KB
/
cr-conf-dso-default.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
---
kind: DsoSocleConfig
apiVersion: cloud-pi-native.fr/v1alpha
metadata:
name: conf-dso
spec:
additionalsCA: []
# - kind: ConfigMap
# name: kube-root-ca.crt
exposedCA:
type: none
# type: configmap
# configmap:
# namespace: default
# name: ca-cert
# key: ingress.crt
global:
platform: openshift
offline: false
environment: production
projectsRootDir:
- forge
rootDomain: .example.com
metrics: {}
alerting: {}
backup:
backup:
cnpg:
enabled: false
pathPrefix: cnpg
gitlab:
enabled: false
pathPrefix: gitlab
vault:
enabled: false
pathPrefix: vault
argocd:
admin:
enabled: false
# password: WeAreThePasswords
certmanager: {}
cloudnativepg: {}
console:
cnpg:
mode: primary
gitlab:
cnpg:
mode: primary
gitlabCiPipelinesExporter: {}
gitlabOperator: {}
gitlabRunner: {}
# resources:
# overwrite:
# requests:
# memory: "6Gi"
# cpu: "2"
# limits:
# memory: "6Gi"
# cpu: "2"
grafana: {}
grafanaDatasource: {}
grafanaOperator: {}
harbor:
cnpg:
mode: primary
adminPassword: anotherGreatPassword
ingress:
annotations:
route.openshift.io/termination: edge
tls:
type: none
keycloak:
cnpg:
mode: primary
kyverno: {}
nexus: {}
prometheus:
crd:
type: external
proxy:
enabled: false
# host: 192.168.xx.xx
# http_proxy: http://192.168.xx.xx:3128/
# https_proxy: http://192.168.xx.xx:3128/
# no_proxy: .cluster.local,.svc,10.0.0.0/8,127.0.0.1,192.168.0.0/16,api.example.com,api-int.example.com,canary-openshift-ingress-canary.apps.example.com,console-openshift-console.apps.example.com,localhost,oauth-openshift.apps.example.com,svc.cluster.local,localdomain
# port: "3128"
sonarqube:
cnpg:
mode: primary
vault: {}