Remove fleet agent
This commit is contained in:
parent
e9fb50ed46
commit
3322d5b677
@ -1,32 +0,0 @@
|
|||||||
{{- if .Values.enabled }}
|
|
||||||
apiVersion: agent.k8s.elastic.co/v1alpha1
|
|
||||||
kind: Agent
|
|
||||||
metadata:
|
|
||||||
name: fleet-server-{{ .Values.env }}
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
spec:
|
|
||||||
version: 8.12.0
|
|
||||||
mode: fleet
|
|
||||||
elasticsearchRefs:
|
|
||||||
- name: elasticsearch-{{ .Values.env }}
|
|
||||||
kibanaRef:
|
|
||||||
name: kibana-{{ .Values.env }}
|
|
||||||
fleetServerEnabled: true
|
|
||||||
fleetServer:
|
|
||||||
host: 0.0.0.0
|
|
||||||
port: 8220
|
|
||||||
deployment:
|
|
||||||
replicas: 1
|
|
||||||
podTemplate:
|
|
||||||
spec:
|
|
||||||
securityContext:
|
|
||||||
runAsUser: 0
|
|
||||||
runAsGroup: 0
|
|
||||||
fsGroup: 0
|
|
||||||
containers:
|
|
||||||
- name: agent
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 100m
|
|
||||||
memory: 512Mi
|
|
||||||
{{- end }}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user