Merge branch 'main' of github.com:flashcatcloud/categraf

This commit is contained in:
Ulric Qin 2022-06-17 19:04:15 +08:00
commit 9e533ccf50
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,6 @@ spec:
imagePullPolicy: IfNotPresent
name: categraf
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/categraf/conf/config.toml
name: categraf-config
@ -73,6 +71,7 @@ MOUNTS
- mountPath: /var/run/docker.sock
name: docker-socket
dnsPolicy: ClusterFirstWithHostNet
serviceAccountName: n9e-categraf
hostNetwork: true
restartPolicy: Always
schedulerName: default-scheduler