1342: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-09-14 14:46:04 +00:00
parent 983ae3e35e
commit 81cf280169
2 changed files with 2 additions and 14 deletions

View File

@@ -64,7 +64,7 @@ spec:
# provide cassandra port # provide cassandra port
# default port: 9042 # default port: 9042
- name: CASSANDRA_PORT - name: CASSANDRA_PORT
value: '' value: '9042'
# provide liveness deployement port # provide liveness deployement port
# default port: 8088, It only supports 8088 port # default port: 8088, It only supports 8088 port
@@ -94,10 +94,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# provide the kill count
- name: KILL_COUNT
value: ''
- name: FORCE - name: FORCE
value: '' value: ''

View File

@@ -135,9 +135,6 @@ spec:
- /bin/bash - /bin/bash
env: env:
- name: LIVENESS_APP_LABEL
value: ''
- name: APP_NODE - name: APP_NODE
value: '' value: ''
@@ -153,9 +150,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
- name: LIVENESS_APP_NAMESPACE
value: ''
labels: labels:
name: node-drain name: node-drain
@@ -990,7 +984,7 @@ spec:
- /bin/bash - /bin/bash
env: env:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '120' value: '120'
## specify the size as percentage of free space on the file system ## specify the size as percentage of free space on the file system
## default value 90 (in percentage) ## default value 90 (in percentage)
@@ -1247,8 +1241,6 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
## ENTER THE NUMBER OF CORES OF CPU FOR CPU HOGGING ## ENTER THE NUMBER OF CORES OF CPU FOR CPU HOGGING
## OPTIONAL VALUE IN CASE OF EMPTY VALUE IT WILL TAKE NODE CPU CAPACITY ## OPTIONAL VALUE IN CASE OF EMPTY VALUE IT WILL TAKE NODE CPU CAPACITY
- name: NODE_CPU_CORE - name: NODE_CPU_CORE