File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# litmus
2
2
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 )
4
4
5
5
A Helm chart to install ChaosCenter
6
6
@@ -80,6 +80,7 @@ $ helm install litmus-portal litmuschaos/litmus
80
80
| portal.frontend.livenessProbe.successThreshold | int | ` 1 ` | |
81
81
| portal.frontend.livenessProbe.timeoutSeconds | int | ` 5 ` | |
82
82
| portal.frontend.nodeSelector | object | ` {} ` | |
83
+ | portal.frontend.podAnnotations | object | ` {} ` | |
83
84
| portal.frontend.readinessProbe.initialDelaySeconds | int | ` 5 ` | |
84
85
| portal.frontend.readinessProbe.periodSeconds | int | ` 10 ` | |
85
86
| portal.frontend.readinessProbe.successThreshold | int | ` 1 ` | |
@@ -181,6 +182,7 @@ $ helm install litmus-portal litmuschaos/litmus
181
182
| portal.server.graphqlServer.volumes[ 1] .emptyDir | object | ` {} ` | |
182
183
| portal.server.graphqlServer.volumes[ 1] .name | string | ` "hub-storage" ` | |
183
184
| portal.server.nodeSelector | object | ` {} ` | |
185
+ | portal.server.podAnnotations | object | ` {} ` | |
184
186
| portal.server.replicas | int | ` 1 ` | |
185
187
| portal.server.service.annotations | object | ` {} ` | |
186
188
| portal.server.service.authRpcServer.port | int | ` 3030 ` | |
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ upgradeAgent:
63
63
tolerations : []
64
64
affinity : {}
65
65
resources : {}
66
- podAnnotations : {}
67
66
# We usually recommend not to specify default resources and to leave this as a conscious
68
67
# choice for the user. This also increases chances charts run on environments with little
69
68
# 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