Skip to content

Instantly share code, notes, and snippets.

View uhhc's full-sized avatar
🎯
Focusing

uhhc uhhc

🎯
Focusing
View GitHub Profile
@uhhc
uhhc / elastic.yaml
Created November 2, 2020 06:20 — forked from dovys/elastic.yaml
elastic search on k8s with a single node
apiVersion: v1
kind: ConfigMap
metadata:
labels:
product: k8s-elastic
name: elastic-config
data:
elasticsearch.yaml: |
discovery.type: single-node