set logs to hostpath same as other pods
This commit is contained in:
LazyDBA247-Anyvision
2021-01-13 22:18:24 +02:00
parent 9ca1787e7e
commit e57e6d6677
2 changed files with 14 additions and 1 deletions

View File

@@ -351,6 +351,11 @@ s3:
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
priorityClassName: ""
logs:
type: "hostPath"
size: ""
storageClass: ""
cronjob:
enabled: false
schedule: "*/7 * * * *"