-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathk3d.yaml
72 lines (60 loc) · 1.89 KB
/
k3d.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
# Deploys Rancher and prepares it for performance tests
tofu_main_directory: ./tofu/main/k3d
tofu_parallelism: 10
tofu_variables:
project_name: st
upstream_cluster:
server_count: 1
agent_count: 0
distro_version: v1.26.9+k3s1
public_ip: false
reserve_node_for_monitoring: false
enable_audit_log: false
node_module_variables:
enable_metrics: false
tester_cluster:
server_count: 1
agent_count: 0
distro_version: v1.26.9+k3s1
public_ip: false
reserve_node_for_monitoring: false
enable_audit_log: false
node_module_variables:
enable_metrics: false
downstream_cluster_templates:
- cluster_count: 0
server_count: 1
agent_count: 0
distro_version: v1.26.9+k3s1
public_ip: false
reserve_node_for_monitoring: false
enable_audit_log: false
node_module_variables:
enable_metrics: false
first_kubernetes_api_port: 6445
first_app_http_port: 8080
first_app_https_port: 8443
chart_variables:
rancher_replicas: 1
downstream_rancher_monitoring: true
admin_password: adminadminadmin
rancher_monitoring_version: 104.1.0+up57.0.3 # see https://github.com/rancher/charts/tree/release-v2.9/assets/rancher-monitoring-crd
cert_manager_version: 1.8.0
tester_grafana_version: 6.56.5
rancher_version: 2.9.1
force_prime_registry: false
# Use the following for 2.8.6:
# rancher_version: 2.8.6
# rancher_monitoring_version: 103.1.1+up45.31.1 # see https://github.com/rancher/charts/tree/release-v2.8/assets/rancher-monitoring-crd
# Add the following to set a custom image:
# rancher_image_override: rancher/rancher
# rancher_image_tag_override: v2.8.6-debug-1
# Set arbitrary helm values (in yaml format) for installing Rancher
# rancher_values: |
# features: "my-feature-flag=true"
test_variables:
test_config_maps: 2000
test_secrets: 2000
test_roles: 20
test_users: 10
test_projects: 20