name: {{ template "misa86.fullname" . }}
app: {{ template "misa86.name" . }}
chart: {{ template "misa86.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
replicas: {{ .Values.replicaCount }}
app: {{ template "misa86.name" . }}
release: {{ .Release.Name }}
app: {{ template "misa86.name" . }}
release: {{ .Release.Name }}
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{ toYaml .Values.resources | indent 12 }}
{{- with .Values.nodeSelector }}
{{ toYaml . | indent 8 }}
{{- with .Values.affinity }}
{{ toYaml . | indent 8 }}
{{- with .Values.tolerations }}
{{ toYaml . | indent 8 }}