File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# litmus
22
3- ![ 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 )
3+ ![ 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 )
44
55A Helm chart to install ChaosCenter
66
@@ -80,6 +80,7 @@ $ helm install litmus-portal litmuschaos/litmus
8080| portal.frontend.livenessProbe.successThreshold | int | ` 1 ` | |
8181| portal.frontend.livenessProbe.timeoutSeconds | int | ` 5 ` | |
8282| portal.frontend.nodeSelector | object | ` {} ` | |
83+ | portal.frontend.podAnnotations | object | ` {} ` | |
8384| portal.frontend.readinessProbe.initialDelaySeconds | int | ` 5 ` | |
8485| portal.frontend.readinessProbe.periodSeconds | int | ` 10 ` | |
8586| portal.frontend.readinessProbe.successThreshold | int | ` 1 ` | |
@@ -181,6 +182,7 @@ $ helm install litmus-portal litmuschaos/litmus
181182| portal.server.graphqlServer.volumes[ 1] .emptyDir | object | ` {} ` | |
182183| portal.server.graphqlServer.volumes[ 1] .name | string | ` "hub-storage" ` | |
183184| portal.server.nodeSelector | object | ` {} ` | |
185+ | portal.server.podAnnotations | object | ` {} ` | |
184186| portal.server.replicas | int | ` 1 ` | |
185187| portal.server.service.annotations | object | ` {} ` | |
186188| portal.server.service.authRpcServer.port | int | ` 3030 ` | |
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ upgradeAgent:
6363 tolerations : []
6464 affinity : {}
6565 resources : {}
66- podAnnotations : {}
6766 # We usually recommend not to specify default resources and to leave this as a conscious
6867 # choice for the user. This also increases chances charts run on environments with little
6968 # resources, such as Minikube. If you do want to specify resources, uncomment the following
You can’t perform that action at this time.
0 commit comments