Skip to content

Commit

Permalink
initial sample
Browse files Browse the repository at this point in the history
  • Loading branch information
frodopwns committed May 13, 2020
1 parent 9c93e7e commit 827b3ab
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/samples/azure_v1alpha2_mysqlserver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: azure.microsoft.com/v1alpha2
kind: MySQLServer
metadata:
name: mysqlserver-verztest2
spec:
location: eastus2
resourceGroup: resourcegroup-mysqlverz
serverVersion: "8.0"
sslEnforcement: Enabled
minimalTLSVersion: TLS10 # Possible values include: 'TLS10', 'TLS11', 'TLS12', 'Disabled'
infrastructureEncryption: Enabled # Possible values include: Enabled, Disabled
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: Disabled # or Enabled
storageMB: 200 # max storage
storageAutogrow: Disabled # or Enabled

0 comments on commit 827b3ab

Please sign in to comment.