-
Notifications
You must be signed in to change notification settings - Fork 2
/
terraform.tfvars.example
156 lines (125 loc) · 2.58 KB
/
terraform.tfvars.example
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
api_fingerprint = ""
api_private_key_path = ""
home_region = ""
tenancy_id = ""
user_id = ""
compartment_id = ""
label_prefix = ""
# ssh
ssh_private_key_path = ""
ssh_public_key_path = ""
# networking
connectivity_mode = "star"
# clusters
admin_region = {
admin_name = "admin"
allowed_cidr = "0.0.0.0/0" # for the public nsg. leave as anywhere for dev, restrict for other env.
region = "Sydney"
vcn_cidr = "10.0.0.0/16"
pods = "10.200.0.0/16"
services = "10.100.0.0/16"
create_drg = "true"
}
get_kubeconfigs = false
kubernetes_version = "v1.26.2"
oke_control_plane = "public"
preferred_cni = "flannel"
managed_clusters = {
# Africa
johannesburg = false
# Asia
chuncheon = false
hyderabad = false
mumbai = false
osaka = false
seoul = false
singapore = false
tokyo = false
# Europe
amsterdam = false
frankfurt = false
london = false
madrid = false
marseille = false
milan = false
newport = false
paris = false
stockholm = false
zurich = false
# Middle East
abudhabi = false
dubai = false
jeddah = false
jerusalem = false
# Oceania
melbourne = true
sydney = false
# South America
santiago = false
saupaulo = false
vinhedo = false
# North America
ashburn = false
chicago = false
montreal = false
phoenix = false
queretaro = false
sanjose = false
toronto = false
}
nodepools = {
np1 = {
shape = "VM.Standard.E4.Flex",
ocpus = 2,
memory = 32,
size = 3,
boot_volume_size = 150,
}
}
cloudinit_nodepool_common = "./cloudinit.sh"
# verrazzano
install_verrazzano = false
verrazzano_version = "1.6.3"
verrazzano_profile = "prod"
# ingress-nginx
verrazzano_control_plane = "public"
# istio ingress gateway
verrazzano_data_plane = "public"
verrazzano_load_balancer = {
shape = "10Mbps"
flex_min = "50"
flex_max = "100"
}
# verrazzano components
argocd = true
cluster_api = false
coherence = false
configure_dns = false
console = false
fluentd = true
grafana = true
jaeger = true
kiali = true
kube_state_metrics = true
opensearch = true
opensearch_dashboards = true
prometheus = true
prometheus_operator = true
rancher = true
thanos = {
bucket = "thanos"
bucket_namespace = ""
enabled = "false"
integration = "sidecar"
storage_gateway = "false"
}
velero = false
weblogic_operator = false
# dns
dns_compartment_id = ""
dns_secret_id = ""
dns_zone_id = ""
dns_zone_name = ""
# istio
mesh_id = "yggdrasil"
istio_model = ""