forked from Azure/azure-service-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazure_v1alpha2_mysqlserver.yaml
More file actions
26 lines (25 loc) · 988 Bytes
/
azure_v1alpha2_mysqlserver.yaml
File metadata and controls
26 lines (25 loc) · 988 Bytes
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
apiVersion: azure.microsoft.com/v1alpha2
kind: MySQLServer
metadata:
name: mysqlserver-sample
labels: # Provide tags to add to the KeyVault as labels
tag1: value1
tag2: value2
spec:
location: eastus2
resourceGroup: resourcegroup-azure-operators
serverVersion: "8.0"
sslEnforcement: Enabled
createMode: Default # Possible values include: Default, Replica, PointInTimeRestore (not implemented), GeoRestore (not implemented)
sku:
name: GP_Gen5_4 # tier + family + cores eg. - B_Gen4_1, GP_Gen5_4
tier: GeneralPurpose # possible values - 'Basic', 'GeneralPurpose', 'MemoryOptimized'
family: Gen5
size: "51200"
capacity: 4
# Optional Backup Retention Config
# storageProfile:
# backupRetentionDays: 10
# geoRedundantBackup: Enabled # Disabled or Enabled
# storageMB: 5120 # max storage - minimum of 5120 MB and additional increments of 1024 MB up to maximum of 16777216 MB
# storageAutogrow: Enabled # Disabled or Enabled