Skip to content

Instantly share code, notes, and snippets.

@puttpotsawee
Created September 24, 2018 14:11
Show Gist options
  • Save puttpotsawee/9f61f0f31d8b60513d2f5676749174d4 to your computer and use it in GitHub Desktop.
Save puttpotsawee/9f61f0f31d8b60513d2f5676749174d4 to your computer and use it in GitHub Desktop.
The temp service using for Elasticsearch v2
---
apiVersion: v1
kind: Service
metadata:
name: logging-elastic-service-old
labels:
name: logging-elastic-service-old
spec:
clusterIP: None
ports:
- name: logging-elastic-port
port: 9200
targetPort: 9200
protocol: TCP
selector:
app: logging-elastic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment