-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jakob Steiner <[email protected]>
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json | ||
name: litmus | ||
iconUrl: https://avatars.githubusercontent.com/u/49853472 | ||
shortDescription: Open Source Chaos Engineering platform | ||
longDescription: | | ||
LitmusChaos is an open source Chaos Engineering platform that enables teams to identify weaknesses & potential outages | ||
in infrastructures by inducing chaos tests in a controlled way. Developers & SREs can practice Chaos Engineering with | ||
LitmusChaos as it is easy to use, based on modern Chaos Engineering principles & community collaborated. It is 100% | ||
open source & a CNCF project. | ||
LitmusChaos takes a cloud-native approach to create, manage and monitor chaos. The platform itself runs as a set of | ||
microservices and uses Kubernetes custom resources (CRs) to define the chaos intent, as well as the steady state | ||
hypothesis. | ||
references: | ||
- label: GitHub | ||
url: https://github.com/litmuschaos/litmus/ | ||
- label: Website | ||
url: https://litmuschaos.io/ | ||
- label: ArtifactHub | ||
url: https://artifacthub.io/packages/helm/litmuschaos/litmus | ||
defaultNamespace: litmus | ||
helm: | ||
repositoryUrl: https://litmuschaos.github.io/litmus-helm/ | ||
chartName: litmus | ||
chartVersion: "3.6.0" | ||
entrypoints: | ||
- name: frontend | ||
serviceName: litmus-frontend-service | ||
port: 9091 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
latestVersion: v3.6.0+1 | ||
versions: | ||
- version: v3.6.0+1 |