Skip to content

Instantly share code, notes, and snippets.

@Itfly
Itfly / k8s-wordsmith-all.yml
Last active April 26, 2018 08:18
k8s-wordsmith-all
apiVersion: v1
kind: Service
metadata:
name: db
labels:
app: words-db
spec:
selector:
app: words-db
clusterIP: None
# Derived from https://github.com/giantswarm/kubernetes-elastic-stack
# TODO: Modify the apiVersion
---
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole
metadata:
name: elasticsearch
labels:
app: elasticsearch