Try to fix rethinkdb deployment
This commit is contained in:
parent
1cbea70a98
commit
ebb983b710
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ .Release.Name }}
|
||||
name: rethinkdb-{{ .Release.Name }}
|
||||
labels:
|
||||
app: rethinkdb
|
||||
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
|
||||
|
@ -9,12 +9,6 @@ metadata:
|
|||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: rethinkdb
|
||||
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
template:
|
||||
metadata:
|
||||
{{- if .Values.podAnnotations }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue