mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update es
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user