This commit is contained in:
Aram 🍐 2019-10-27 15:31:58 -04:00
parent 4ff2567d44
commit 33d3e6a61a

View file

@ -3,12 +3,18 @@ kind: Deployment
metadata:
name: rethinkdb-{{ .Release.Name }}
labels:
app: rethinkdb
app: defiant
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
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 }}