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

Commit

Permalink
🐛 added services to allow statefulset creation (elastic/helm-charts#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf committed May 16, 2020
1 parent 245dad6 commit 3a39b77
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 3a39b77

Please sign in to comment.