-
Notifications
You must be signed in to change notification settings - Fork 0
/
vars.yaml.dist
261 lines (256 loc) · 5.99 KB
/
vars.yaml.dist
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
{% include '../vars/vars.yaml' %}
timezone: Europe/Athens
internal_interface: enp2s0
internal_ip: 172.16.1.{{ groups['kuball'].index(inventory_hostname)+81 }}/24
#internal_gateway:
#internal_dns:
#wrong_internal_ifcfg_name:
public_interface: enp1s0
public_ip: 192.168.0.{{ groups['kubpublic'].index(inventory_hostname)+81 }}/24
public_gateway: 192.168.0.1
public_dns:
- 192.168.0.1
kubectl_user: ktogias
pod_network_cidr: 10.100.0.0/16
kubelet:
extra_args: --authentication-token-webhook=true --authorization-mode=Webhook
metallb:
config:
address-pools:
- name: admin
protocol: layer2
addresses:
- 192.168.0.80/32
auto-assign: false
- name: default
protocol: layer2
addresses:
- 192.168.0.90-192.168.0.99
# See https://docs.projectcalico.org/reference/felix/configuration for calico config
#calico:
# felix:
# iptables_lock_probe_interval_millis: 50
# iptables_lock_timeout_secs: 10
# iptables_refresh_interval: 90
# ipsets_refresh_interval: 10
# liveness_probe:
# period_seconds: 30
# initial_delay_seconds: 30
# failure_threshold: 12
# readiness_probe:
# period_seconds: 30
rook_ceph:
cluster:
network:
provider: host
dashboard:
enabled: true
ssl: false
monitoring:
enabled: false
healthCheck:
livenessProbe:
mon:
disabled: false
mgr:
disabled: false
osd:
disabled: false
dashboard:
istioHttpsIngress:
enabled: true
istioGatewaySelector: admin-ingressgateway
port: 443
certificateIssuer: selfsigned
dns:
- "rook-ceph.kub.proastio.patra"
uriPrefix: /
blockStorage:
pool:
- name: rook-ceph-admin
replicas: 2
- name: rook-ceph-util
replicas: 2
storageClass:
- name: rook-ceph-admin
pool: rook-ceph-admin
- name: rook-ceph-util
pool: rook-ceph-util
testpvc:
spec:
resources:
requests:
storage: 20Gi
istio_operator:
ingressGateways:
- name: istio-ingressgateway
overlays:
- kind: Service
name: istio-ingressgateway
patches:
- path: spec.loadBalancerIP
value: 192.168.0.90
- path: spec.ports
value:
- name: status-port
port: 15021
protocol: TCP
targetPort: 15021
- name: http2
port: 80
protocol: TCP
targetPort: 8080
- name: https
port: 443
protocol: TCP
targetPort: 8443
- name: tcp-istiod
port: 15012
protocol: TCP
targetPort: 15012
- name: tls
port: 15443
protocol: TCP
targetPort: 15443
- name: ssh
port: 22
protocol: TCP
targetPort: 2222
- name: istio-admin-ingressgateway
enabled: true
defaultOverlays: true
overlays:
- kind: Service
name: istio-admin-ingressgateway
patches:
- path: spec.loadBalancerIP
value: 192.168.0.80
kubernetes:
metrics_server:
kubelet_insecure_tls: true
dashboard:
istioHttpsIngress:
enabled: true
istioGatewaySelector: admin-ingressgateway
certificateIssuer: selfsigned
port: 443
dns:
- "kub.proastio.patra"
kube_prometheus_stack:
namespace: kube-prometheus
alertmanager:
storage:
storageClassName: rook-ceph-block
requestSize: 20Gi
istioHttpsIngress:
enabled: true
istioGatewaySelector: admin-ingressgateway
certificateIssuer: selfsigned
port: 443
dns:
- "alertmanager.kub.proastio.patra"
prometheus:
scrapeInterval: 60s
evaluationInterval: 60s
# resources:
# limits:
# cpu: 200m
# memory: 200Mi
# requests:
# cpu: 100m
# memory: 100Mi
storage:
storageClassName: rook-ceph-block
requestSize: 20Gi
istioHttpsIngress:
enabled: true
istioGatewaySelector: admin-ingressgateway
certificateIssuer: selfsigned
port: 443
dns:
- "prometheus.kub.proastio.patra"
grafana:
storage:
storageClassName: rook-ceph-block
requestSize: 2Gi
istioHttpsIngress:
enabled: true
istioGatewaySelector: admin-ingressgateway
certificateIssuer: selfsigned
port: 443
dns:
- "grafana.kub.proastio.patra"
velero:
cli:
version: v1.5.3
arch: amd64
namespace: velero
provider:
type: minio
url: http://myhost:9000
username: <>
password: <>
plugin:
version: v1.1.0
bucket: vkub
deployRestic: true
defaultVolumesToRestic: true
restic:
repositoryPassword: <>
gitlab:
namespace: gitlab
operator:
enabled: true
domain: <>
rootPassword: gee9Exaekaed
pages:
enabled: true
istioHttpsIngress:
enabled: true
istioGatewaySelector: ingressgateway
certificateIssuer: selfsigned
port: 443
dns:
- "pages.<>"
smtp:
enabled: true
address: mail.sch.gr
user_name: "noreply"
authentication: "login"
smtpPassword: AhPa8Ohxaifu
email:
from: "noreply@gitlab.<>"
display_name: CTI Voucher GitLab
timezone: Europe/Athens
storageClass: rook-ceph-util
webservice:
istioHttpsIngress:
enabled: true
istioGatewaySelector: ingressgateway
certificateIssuer: selfsigned
port: 443
dns:
- "gitlab.<>"
shell:
istioSshIngress:
enabled: true
istioGatewaySelector: ingressgateway
port: 22
dns:
- "gitlab.<>"
registry:
istioHttpsIngress:
enabled: true
istioGatewaySelector: ingressgateway
certificateIssuer: selfsigned
port: 443
dns:
- "registry.<>"
minio:
istioHttpsIngress:
enabled: true
istioGatewaySelector: ingressgateway
certificateIssuer: selfsigned
port: 443
dns:
- "minio.<>"