We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13dabfe commit 2c4024bCopy full SHA for 2c4024b
2 files changed
charts/fluentbit/templates/logger-fluentbit-daemon.yaml
@@ -20,13 +20,6 @@ spec:
20
heritage: drycc
21
app: drycc-logger-fluentbit
22
spec:
23
- affinity:
24
- podAffinity:
25
- requiredDuringSchedulingIgnoredDuringExecution:
26
- - labelSelector:
27
- matchLabels:
28
- app.kubernetes.io/name: controller
29
- topologyKey: kubernetes.io/hostname
30
serviceAccount: drycc-logger-fluentbit
31
initContainers:
32
- name: drycc-logger-fluentbit-init
charts/fluentbit/values.yaml
@@ -40,7 +40,7 @@ config:
40
inputs: |
41
[INPUT]
42
Name tail
43
- Path /var/log/containers/*.log
+ Path /var/log/containers/*_{{ .Release.Namespace }}_*.log
44
DB /var/log/containers.pos.db
45
DB.locking true
46
Offset_Key offset
0 commit comments