Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
fix(logstash): add services to allow statefulset creation (elastic/he…
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf committed May 21, 2020
1 parent ecddbf8 commit bca29f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions base/elastic-stack/logstash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@ spec:
repository: https://helm.elastic.co
name: logstash
version: 7.6.2
values:
service:
annotations: {}
type: ClusterIP
ports:
- name: beats
port: 5044
protocol: TCP
targetPort: 5044
- name: http
port: 8080
protocol: TCP
targetPort: 8080

0 comments on commit bca29f9

Please sign in to comment.