Skip to content

Commit

Permalink
Merge pull request #4407 from layer5io/leecalcote/gitops/bug-fix
Browse files Browse the repository at this point in the history
[GitOps] Update GitHub Actions Overview page
  • Loading branch information
leecalcote authored Jun 20, 2023
2 parents 6c1880c + fdde65e commit e55fdd4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/sections/gitops/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const GitOpsPage = () => {
<Col className="desc-text-container" lg={6} md={6} sm={10} xs={10}>
<h1 className="heading-1"> GitOps with Cloud <br/> Native Insights</h1>
<p className="desc-p">
Using SMP specs on your CI/CD pipelines with Meshery's GitHub Actions and MeshMap GitHub Action
Give your pipelines super powers with Meshery's GitHub Actions
</p>
</Col>
<Col lg={6} md={6} className="hero-images">
Expand All @@ -50,7 +50,7 @@ const GitOpsPage = () => {
<SquarePoint>Connect MeshMap to your GitHub repo and see changes pull request-to-pull request</SquarePoint>
<SquarePoint>Get snapshots of your infrastructure directly in your PRs</SquarePoint>
<div style={{ display: "flex", justifyContent: "center" }}>
<Button primary className="learn-more-btn" title="Install" url="https://cloud.layer5.io/connect/github/new"/>
<Button primary className="learn-more-btn" title="Install" url="https://meshery.layer5.io/connect/github/new"/>
</div>
</Col>
<Col className="hero-image" lg={6} md={6} xs={12} sm={10} >
Expand All @@ -65,11 +65,14 @@ const GitOpsPage = () => {
<div className="content-container content-container-more-width">
<Row className="content-row">
<Col className="desc-text-container" lg={6} md={6} xs={12} sm={10} >
<h1 className="heading-1">Service Mesh Performance GitHub Action</h1>
<SquarePoint>Measuring and managing the performance of a service mesh is key to efficient operation of any service mesh</SquarePoint>
<SquarePoint>Meshery is the canonical implementation of the Service Mesh Performance specification</SquarePoint>
<SquarePoint>Choose from multiple load generators</SquarePoint>
<SquarePoint>Use a highly configurable set of load profiles with variable tunable facets to run a performance test</SquarePoint>
<h1 className="heading-1">Red light performance regressions</h1>
<SquarePoint>Baseline and analyze the performance of your services is key to efficient operation of any application</SquarePoint>
<SquarePoint>Meshery is the canonical implementation of the Cloud Native Performance specification</SquarePoint>
<SquarePoint>Define your performance profiles upfront. See statistcal analysis with microservice latency and throughput quartiles</SquarePoint>
<SquarePoint>Meshery includes your choice of load generator, so that you can meausure your way</SquarePoint>
<div style={{ display: "flex", justifyContent: "center" }}>
<Button primary className="learn-more-btn" title="Install" url="https://github.com/marketplace/actions/performance-testing-with-meshery"/>
</div>
</Col>
<Col lg={6} md={6} className="hero-image" style={{ display: "flex", justifyContent: "flex-end" }} >
<div className="image-container" >
Expand Down

0 comments on commit e55fdd4

Please sign in to comment.