You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,9 @@ Then perform the following commands on the root folder:
73
73
| gitlab\_schedule\_cron\_backup | Setup Cron Job for Gitlab Scheduled Backup using unix-cron string format. Default to '0 1 \*\*\*' (Everyday at 1 AM). |`string`|`"0 1 * * *"`| no |
74
74
| gitlab\_smtp\_user | Setup email sender address for Gitlab smtp server to send emails. |`string`|`"user@example.com"`| no |
75
75
| gitlab\_time\_zone | Setup timezone for gitlab containers |`string`|`"Europe/Rome"`| no |
76
-
| gke\_backup\_agent\_config | Whether Backup for GKE agent is enabled for this cluster. |`bool`|`false`| no |
77
76
| gke\_datapath | The desired datapath provider for this cluster. By default, DATAPATH\_PROVIDER\_UNSPECIFIED enables the IPTables-based kube-proxy implementation. ADVANCED\_DATAPATH enables Dataplane-V2 feature. |`string`|`"DATAPATH_PROVIDER_UNSPECIFIED"`| no |
78
77
| gke\_disk\_replication | Setup replication type for disk persistent volune. Possible values none or regional-pd. Default to none. |`string`|`"none"`| no |
78
+
| gke\_enable\_backup\_agent | Whether Backup for GKE agent is enabled for this cluster. |`bool`|`false`| no |
79
79
| gke\_enable\_cloudrun | Enable Google Cloudrun on GKE Cluster. Default false |`bool`|`false`| no |
80
80
| gke\_enable\_image\_stream | Google Container File System (gcfs) has to be enabled for image streaming to be active. Needs image\_type to be set to COS\_CONTAINERD. |`bool`|`false`| no |
81
81
| gke\_enable\_istio\_addon | Enable Istio addon |`bool`|`false`| no |
@@ -86,9 +86,11 @@ Then perform the following commands on the root folder:
86
86
| gke\_min\_node\_count | Define the minimum number of nodes of the autoscaling cluster. Default 1 |`number`|`1`| no |
87
87
| gke\_nodes\_subnet\_cidr | Cidr range to use for gitlab GKE nodes subnet |`string`|`"10.10.0.0/16"`| no |
88
88
| gke\_pods\_subnet\_cidr | Cidr range to use for gitlab GKE pods subnet |`string`|`"10.30.0.0/16"`| no |
89
+
| gke\_sc\_gitlab\_backup\_disk | Storage class for Perstistent Volume used for extra space in Backup Cron Job . Default pd-sdd. |`string`|`"pd-ssd"`| no |
90
+
| gke\_sc\_gitlab\_restore\_disk | Storage class for Perstistent Volume used for extra space in Backup Restore Job. Default pd-sdd. |`string`|`"pd-ssd"`| no |
89
91
| gke\_services\_subnet\_cidr | Cidr range to use for gitlab GKE services subnet |`string`|`"10.20.0.0/16"`| no |
90
92
| gke\_storage\_class | Default storage class for GKE Cluster. Default pd-sdd. |`string`|`"pd-ssd"`| no |
91
-
| gke\_version | Version of GKE to use for the GitLab cluster |`string`|`"1.21.10-gke.2000"`| no |
93
+
| gke\_version | Version of GKE to use for the GitLab cluster |`string`|`"latest"`| no |
92
94
| helm\_chart\_version | Helm chart version to install during deployment - Default Gitlab 14.9.3 |`string`|`"5.9.3"`| no |
93
95
| postgresql\_availability\_type | The availability type of the Cloud SQL instance, high availability (REGIONAL) or single zone (ZONAL). |`string`|`"REGIONAL"`| no |
94
96
| postgresql\_backup\_retained\_count | Numeber of postgres backup to be retained. Default 30. |`number`|`"30"`| no |
0 commit comments