We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432a74f commit dffc135Copy full SHA for dffc135
osm-seed/values.yaml
@@ -87,6 +87,9 @@ db:
87
# GCP
88
GCP_gcePersistentDisk_pdName: osmseed-disk-db-v1
89
GCP_gcePersistentDisk_size: 50Gi
90
+ # Azure
91
+ AZURE_PersistentDisk_name: /subscriptions/8b80d348-3ed0-421c-a192-31cffcb1c036/resourceGroups/mc_osmseed-production_rg_osmseed-production-cluster_eastus/providers/Microsoft.Compute/disks/osmseed-api-db-v2
92
+ AZURE_PersistentDisk_size: 20Gi
93
resources:
94
enabled: false
95
requests:
0 commit comments