Merge pull request #717 from 3dwardch3ng/infra/logstash

Infra/logstash
This commit is contained in:
2024-07-30 02:04:03 +10:00
committed by GitHub

View File

@@ -10,17 +10,17 @@ extraVolumes:
hostPath:
path: /mnt/nfs/AppData/logstash/config/http.conf
type: File
readOnly: true
- name: logstash-config-syslog
hostPath:
path: /mnt/nfs/AppData/logstash/config/syslog.conf
type: File
readOnly: true
extraVolumeMounts:
- name: logstash-config-http
mountPath: /bitnami/logstash/config/http.conf
readOnly: true
- name: logstash-config-syslog
mountPath: /bitnami/logstash/config/syslog.conf
readOnly: true
containerPorts:
- name: http
containerPort: 8080