Build defiant
This commit is contained in:
parent
ebb54c74e7
commit
8ab5245778
10 changed files with 261 additions and 0 deletions
19
defiant/chart/defiant/templates/rethinkdb-service.yaml
Normal file
19
defiant/chart/defiant/templates/rethinkdb-service.yaml
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue