Build defiant

This commit is contained in:
Aram 🍐 2019-10-27 00:48:46 -04:00
parent ebb54c74e7
commit 8ab5245778
10 changed files with 261 additions and 0 deletions

View file

@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
labels:
app: rethinkdb
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
type: ClusterIP
ports:
- targetPort: 28015
protocol: TCP
name: rethinkdb
port: 28015
selector:
app: rethinkdb
release: {{ .Release.Name }}