mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
44 lines
931 B
YAML
44 lines
931 B
YAML
apiVersion: elasticsearch.cloud.google.com/v1alpha1
|
|
kind: ESCluster
|
|
metadata:
|
|
name: esbasic
|
|
spec:
|
|
plugin:
|
|
pluginList:
|
|
- repository-gcs
|
|
- ingest-user-agent
|
|
- ingest-geoip
|
|
config:
|
|
env:
|
|
example: test
|
|
nodegroups:
|
|
- name: di
|
|
replicas: 2
|
|
data: true
|
|
ingest: true
|
|
config:
|
|
jvm:
|
|
- Djava.net.preferIPv4Stack=true
|
|
- Xms2g
|
|
- Xmx2g
|
|
es:
|
|
path.repo: '["/tmp/es_backup_basic"]'
|
|
affinity:
|
|
podAntiAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
- topologyKey: kubernetes.io/hostname
|
|
labelSelector:
|
|
matchLabels:
|
|
es/nodegroup: di
|
|
resources:
|
|
requests:
|
|
memory: 3Gi
|
|
limits:
|
|
memory: 3Gi
|
|
- name: m
|
|
replicas: 2
|
|
master: true
|
|
config:
|
|
es:
|
|
path.repo: '["/tmp/es_backup_basic"]'
|