Update es

This commit is contained in:
2022-06-18 08:17:54 +10:00
parent 6d605d7677
commit c01a337e14
2 changed files with 11 additions and 6 deletions
+9 -4
View File
@@ -1,4 +1,4 @@
kind: DaemonSet
kind: Deployment
hostNetwork: true
metrics:
enabled: true
@@ -9,11 +9,12 @@ metrics:
stats:
enabled: true
podAnnotations:
fluentbit.io/parser: k8s-nginx-ingress
# podAnnotations:
# fluentbit.io/parser: cri
nodeSelector:
node-role.kubernetes.io/control-plane: ""
# node-role.kubernetes.io/control-plane: ""
kubernetes.io/hostname: server-3
tolerations:
- key: node
@@ -24,6 +25,10 @@ tolerations:
operator: Equal
value: ""
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
operator: Equal
value: ""
effect: NoSchedule
service:
type: NodePort
+2 -2
View File
@@ -22,10 +22,10 @@ spec:
resources:
requests:
cpu: 1200m
memory: 1600Mi
memory: 2000Mi
limits:
cpu: 1200m
memory: 1600Mi
memory: 2000Mi
ports:
- containerPort: 9200
name: rest