Skip to content

Commit

Permalink
chore(litmus): update docs
Browse files Browse the repository at this point in the history
Signed-off-by: itninja-hue <[email protected]>
  • Loading branch information
itninja-hue committed Sep 16, 2022
1 parent f759afa commit 66c3de8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/litmus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# litmus

![Version: 2.13.0](https://img.shields.io/badge/Version-2.13.0-informational?style=flat-square) ![AppVersion: 2.12.0](https://img.shields.io/badge/AppVersion-2.12.0-informational?style=flat-square)
![Version: 2.13.1](https://img.shields.io/badge/Version-2.13.1-informational?style=flat-square) ![AppVersion: 2.12.0](https://img.shields.io/badge/AppVersion-2.12.0-informational?style=flat-square)

A Helm chart to install ChaosCenter

Expand Down Expand Up @@ -80,6 +80,7 @@ $ helm install litmus-portal litmuschaos/litmus
| portal.frontend.livenessProbe.successThreshold | int | `1` | |
| portal.frontend.livenessProbe.timeoutSeconds | int | `5` | |
| portal.frontend.nodeSelector | object | `{}` | |
| portal.frontend.podAnnotations | object | `{}` | |
| portal.frontend.readinessProbe.initialDelaySeconds | int | `5` | |
| portal.frontend.readinessProbe.periodSeconds | int | `10` | |
| portal.frontend.readinessProbe.successThreshold | int | `1` | |
Expand Down Expand Up @@ -181,6 +182,7 @@ $ helm install litmus-portal litmuschaos/litmus
| portal.server.graphqlServer.volumes[1].emptyDir | object | `{}` | |
| portal.server.graphqlServer.volumes[1].name | string | `"hub-storage"` | |
| portal.server.nodeSelector | object | `{}` | |
| portal.server.podAnnotations | object | `{}` | |
| portal.server.replicas | int | `1` | |
| portal.server.service.annotations | object | `{}` | |
| portal.server.service.authRpcServer.port | int | `3030` | |
Expand Down
1 change: 0 additions & 1 deletion charts/litmus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ upgradeAgent:
tolerations: []
affinity: {}
resources: {}
podAnnotations: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down

0 comments on commit 66c3de8

Please sign in to comment.