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: metadata:
name: rethinkdb-{{ .Release.Name }} name: rethinkdb-{{ .Release.Name }}
labels: labels:
app: rethinkdb app: defiant
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
spec: spec:
replicas: 1 replicas: 1
selector:
matchLabels:
app: rethinkdb
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
template: template:
metadata: metadata:
{{- if .Values.podAnnotations }} {{- if .Values.podAnnotations }}