testing/infra/k8s/overlays/local/kustomization.yaml (29 lines of code) (raw):
resources:
- ../../base
- trial-license.yaml
patches:
- patch: |-
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: elastic-operator
namespace: elastic-system
spec:
selector:
control-plane: elastic-operator
template:
spec:
containers:
- name: manager
resources:
limits:
memory: "512Mi"
requests:
memory: "150Mi"
- patch: |-
apiVersion: apm.k8s.elastic.co/v1
kind: ApmServer
metadata:
name: apm-server
spec:
image: apm-server