mirror of
https://github.com/1Panel-dev/KubePi.git
synced 2025-12-24 13:38:10 +08:00
25 lines
473 B
YAML
25 lines
473 B
YAML
apiVersion: apps/v1
|
|
kind: DaemonSet
|
|
metadata:
|
|
name: fluentd
|
|
labels:
|
|
project: kubepi
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
name: fluentd
|
|
template:
|
|
metadata:
|
|
labels:
|
|
name: fluentd
|
|
spec:
|
|
containers:
|
|
- name: fluentd
|
|
image: gcr.io/google-containers/fluentd-elasticsearch:1.20
|
|
resources:
|
|
limits:
|
|
memory: 200Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 200Mi
|