mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-15 19:04:23 -05:00
20 lines
568 B
YAML
20 lines
568 B
YAML
|
image: docker.io/opensearchproject/logstash-oss-with-opensearch-output-plugin
|
||
|
imageTag: 8.6.1@sha256:dc060b364d600858fca6b86f9217bdd0c28ecbc5c1a0636538dd6d946422a421
|
||
|
|
||
|
logstashConfig:
|
||
|
logstash.yml: |
|
||
|
# explicitly add host as per https://github.com/elastic/helm-charts/blob/2fd64d0af65f14df7aa01da591919460dabac4b3/logstash/values.yaml#L7
|
||
|
http.host: 0.0.0.0
|
||
|
|
||
|
service:
|
||
|
ports:
|
||
|
- name: beats
|
||
|
port: 5045
|
||
|
protocol: TCP
|
||
|
targetPort: 5045
|
||
|
|
||
|
tolerations:
|
||
|
- key: node-role.kubernetes.io/control-plane
|
||
|
operator: Exists
|
||
|
effect: NoSchedule
|