forked from Azure/azure-service-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazure_v1alpha2_postgresqlserver.yaml
More file actions
29 lines (28 loc) · 1.18 KB
/
azure_v1alpha2_postgresqlserver.yaml
File metadata and controls
29 lines (28 loc) · 1.18 KB
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
apiVersion: azure.microsoft.com/v1alpha2
kind: PostgreSQLServer
metadata:
name: postgresqlserver-sample
labels: # Provide tags to add to the KeyVault as labels
tag1: value1
tag2: value2
spec:
location: eastus
resourceGroup: resourcegroup-azure-operators
serverVersion: "10"
sslEnforcement: Enabled
createMode: Default # Possible values include: Default, Replica, PointInTimeRestore (not implemented), GeoRestore (not implemented)
sku:
name: GP_Gen5_4 # Name - The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.
tier: GeneralPurpose # possible values - 'Basic', 'GeneralPurpose', 'MemoryOptimized'
family: Gen5
size: "51200"
capacity: 4
# Use the field below to optionally specify a different keyvault
# to store the server admin credential secrets in
#keyVaultToStoreSecrets: asoSecretKeyVault
# 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