Merge pull request #716 from 3dwardch3ng/infra/logstash
fix ns and volumes for logstash
This commit is contained in:
@@ -1,16 +1,26 @@
|
||||
namespaceOverride: logstash
|
||||
clusterDomain: logstash.logstash.svc.cluster.local
|
||||
input: ""
|
||||
output: ""
|
||||
input: null
|
||||
filter: null
|
||||
output: null
|
||||
existingConfiguration: "logstash-pipelines"
|
||||
enableMultiplePipelines: true
|
||||
extraVolumes:
|
||||
- name: logstash-pipeline-configs
|
||||
- name: logstash-config-http
|
||||
hostPath:
|
||||
path: /mnt/nfs/AppData/logstash/config
|
||||
type: Directory
|
||||
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-pipeline-configs
|
||||
mountPath: /opt/bitnami/logstash/config/
|
||||
- name: logstash-config-http
|
||||
mountPath: /bitnami/logstash/config/http.conf
|
||||
- name: logstash-config-syslog
|
||||
mountPath: /bitnami/logstash/config/syslog.conf
|
||||
containerPorts:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: logstash-data-pv
|
||||
namespace: argocd
|
||||
namespace: logstash
|
||||
labels:
|
||||
type: local
|
||||
spec:
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: logstash-data-pvc
|
||||
namespace: argocd
|
||||
namespace: logstash
|
||||
nodeAffinity:
|
||||
required:
|
||||
nodeSelectorTerms:
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: logstash-data-pvc
|
||||
namespace: argocd
|
||||
namespace: logstash
|
||||
labels:
|
||||
name: logstash-data-pvc
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user