mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
24 lines
423 B
YAML
24 lines
423 B
YAML
dmarc2logstash:
|
|
image:
|
|
repository: jertel/dmarc2logstash
|
|
tag: 1.0.3
|
|
pullPolicy: IfNotPresent
|
|
deleteMessages: 1
|
|
resources: {}
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
filebeat:
|
|
image:
|
|
repository: docker.elastic.co/beats/filebeat
|
|
tag: 6.6.0
|
|
pullPolicy: IfNotPresent
|
|
logstash:
|
|
host: ""
|
|
port: 5000
|
|
sourceType: json-logs
|
|
index: dmarc
|
|
timeout: 15
|
|
resources: {}
|