Skip to content

Commit 4ce55bc

Browse files
committed
fix: update availability and hosting for GCP and Azure in VendorSelection component
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent f538f33 commit 4ce55bc

File tree

1 file changed

+10
-1
lines changed
  • site/src/components/VendorSelection

1 file changed

+10
-1
lines changed

site/src/components/VendorSelection/index.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,16 @@ const VendorSelection = () => {
4141
"Host your own Meshery Playground on Google Cloud Platform (GKE)",
4242
url: "https://docs.meshery.io/installation/kubernetes/gke",
4343
logo: null, // We can add logos later
44-
available: false,
44+
available: true,
45+
hosting: "self-hosted",
46+
},
47+
{
48+
name: "Azure",
49+
description:
50+
"Host your own Meshery Playground on Microsoft Azure",
51+
url: "https://docs.meshery.io/installation/kubernetes/aks",
52+
logo: null, // We can add logos later
53+
available: true,
4554
hosting: "self-hosted",
4655
},
4756
];

0 commit comments

Comments
 (0)