Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #347 from jmlrt/fix-goss-port-bug
Browse files Browse the repository at this point in the history
[logstash] remove goss port test
  • Loading branch information
jmlrt authored Oct 30, 2019
2 parents 74a32a6 + ffb0266 commit 9bb0b89
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 32 deletions.
4 changes: 2 additions & 2 deletions logstash/examples/6.x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ include ../../../helpers/examples.mk
RELEASE := helm-logstash-six

install:
helm upgrade --wait --timeout=600 --install $(RELEASE) --values ./values.yaml ../../
helm upgrade --wait --timeout=900 --install $(RELEASE) --values ./values.yaml ../../

restart:
helm upgrade --set terminationGracePeriod=121 --wait --timeout=600 --install $(RELEASE) --values ./values.yaml ../../
helm upgrade --set terminationGracePeriod=121 --wait --timeout=900 --install $(RELEASE) --values ./values.yaml ../../

test: install goss

Expand Down
6 changes: 0 additions & 6 deletions logstash/examples/6.x/test/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
port:
tcp:9600:
listening: true
ip:
- '0.0.0.0'

user:
logstash:
exists: true
Expand Down
4 changes: 2 additions & 2 deletions logstash/examples/default/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ include ../../../helpers/examples.mk
RELEASE := helm-logstash-default

install:
helm upgrade --wait --timeout=600 --install $(RELEASE) ../../
helm upgrade --wait --timeout=900 --install $(RELEASE) ../../

restart:
helm upgrade --set terminationGracePeriod=121 --wait --timeout=600 --install $(RELEASE) ../../
helm upgrade --set terminationGracePeriod=121 --wait --timeout=900 --install $(RELEASE) ../../

test: install goss

Expand Down
6 changes: 0 additions & 6 deletions logstash/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
port:
tcp:9600:
listening: true
ip:
- '0.0.0.0'

user:
logstash:
exists: true
Expand Down
4 changes: 2 additions & 2 deletions logstash/examples/elasticsearch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ include ../../../helpers/examples.mk
RELEASE := helm-logstash-elasticsearch

install:
helm upgrade --wait --timeout=600 --install $(RELEASE) --values ./values.yaml ../../
helm upgrade --wait --timeout=900 --install $(RELEASE) --values ./values.yaml ../../

restart:
helm upgrade --set terminationGracePeriod=121 --wait --timeout=600 --install $(RELEASE) ../../
helm upgrade --set terminationGracePeriod=121 --wait --timeout=900 --install $(RELEASE) ../../

test: install goss

Expand Down
6 changes: 0 additions & 6 deletions logstash/examples/elasticsearch/test/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
port:
tcp:9600:
listening: true
ip:
- '0.0.0.0'

mount:
/usr/share/logstash/data:
exists: true
Expand Down
4 changes: 2 additions & 2 deletions logstash/examples/oss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ include ../../../helpers/examples.mk
RELEASE := helm-logstash-oss

install:
helm upgrade --wait --timeout=600 --install $(RELEASE) --values ./values.yaml ../../
helm upgrade --wait --timeout=900 --install $(RELEASE) --values ./values.yaml ../../

restart:
helm upgrade --set terminationGracePeriod=121 --wait --timeout=600 --install $(RELEASE) ../../
helm upgrade --set terminationGracePeriod=121 --wait --timeout=900 --install $(RELEASE) ../../

test: install goss

Expand Down
6 changes: 0 additions & 6 deletions logstash/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
port:
tcp:9600:
listening: true
ip:
- '0.0.0.0'

user:
logstash:
exists: true
Expand Down

0 comments on commit 9bb0b89

Please sign in to comment.