fix volumes mounts

This commit is contained in:
2024-07-30 02:03:44 +10:00
parent 47e8be8ab7
commit 1fd1ee61c1

View File

@@ -9,18 +9,18 @@ extraVolumes:
- name: logstash-config-http
hostPath:
path: /mnt/nfs/AppData/logstash/config/http.conf
subPath: http.conf
readOnly: true
type: File
- name: logstash-config-syslog
hostPath:
path: /mnt/nfs/AppData/logstash/config/syslog.conf
subPath: syslog.conf
readOnly: true
type: File
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