1 #######################################################################################
2 # Copyright ETSI Contributors and Others.
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #######################################################################################
19 apiVersion: dbformysql.azure.upbound.io/v1beta1
23 # meta.upbound.io/example-id: dbformysql/v1beta1/database
25 testing.upbound.io/name: ${database_name}
26 name: ${database_name}
30 collation: utf8_unicode_ci
31 resourceGroupName: ${resource_group}
32 # resourceGroupNameSelector:
34 # testing.upbound.io/name: ${database_name}
37 testing.upbound.io/name: ${database_name}
41 apiVersion: dbformysql.azure.upbound.io/v1beta1
45 # meta.upbound.io/example-id: dbformysql/v1beta1/database
47 testing.upbound.io/name: ${database_name}
48 name: server-${database_name}
51 administratorLogin: ${admin_user}
52 administratorLoginPasswordSecretRef:
54 name: ${database_secret_name}
55 namespace: ${database_secret_namespace}
57 backupRetentionDays: 7
58 geoRedundantBackupEnabled: true
59 infrastructureEncryptionEnabled: true
61 publicNetworkAccessEnabled: false
62 resourceGroupName: ${resource_group}
63 # resourceGroupNameSelector:
65 # testing.upbound.io/name: ${database_name}
67 skuName: ${sku_name:=GP_Gen5_2}
68 sslEnforcementEnabled: true
69 sslMinimalTlsVersionEnforced: TLS1_2
71 storageMb: ${storage_mb:=5120}
79 # name: example-secret
80 # namespace: upbound-system
83 # example-key: dGVzdFBhc3N3b3JkITEyMw==
87 # apiVersion: azure.upbound.io/v1beta1
91 # meta.upbound.io/example-id: dbformysql/v1beta1/database
93 # testing.upbound.io/name: ${database_name}
94 # name: ${database_name}
97 # location: West Europe