File tree Expand file tree Collapse file tree 4 files changed +29
-5
lines changed
Expand file tree Collapse file tree 4 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1+ allInOne :
2+ enabled : true
3+
14agent :
25 enabled : false
6+
7+ collector :
8+ enabled : false
9+
10+ query :
11+ enabled : false
Original file line number Diff line number Diff line change @@ -2,3 +2,12 @@ serviceMonitor:
22 enabled : true
33 additionalLabels :
44 prometheus : kube-prometheus
5+
6+ read :
7+ replicas : 1
8+
9+ write :
10+ replicas : 1
11+
12+ backend :
13+ replicas : 1
Original file line number Diff line number Diff line change 1- image :
2- tag : 4.6.7
3-
41env :
52 - name : INIT_ADMIN_API_TOKENS
63 value : " *:*.apiTokensdklfslkdflsdlkfskdfjksdkf"
@@ -17,4 +14,13 @@ ingress:
1714 - host : unleash.testing.com
1815 paths :
1916 - path : /
20- pathType : ImplementationSpecific
17+ pathType : ImplementationSpecific
18+ postgresql :
19+ auth :
20+ database : unleash
21+ password : unleash
22+ username : unleash
23+ global :
24+ postgresql :
25+ auth :
26+ postgresPassword : unleash
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ kind: Cluster
22apiVersion : kind.x-k8s.io/v1alpha4
33nodes :
44 - role : control-plane
5- image : kindest/node:v1.23.4 @sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9
5+ image : kindest/node:v1.27.3 @sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
66 kubeadmConfigPatches :
77 - |
88 kind: InitConfiguration
You can’t perform that action at this time.
0 commit comments