diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 42962f4..21588bd 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -46,23 +46,6 @@ spec: port: http resources: {{- toYaml .Values.resources | nindent 12 }} - - name: heart-api - securityContext: - {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.api }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} - ports: - - name: api - containerPort: 3000 - protocol: TCP - livenessProbe: - tcpSocket: - port: api - readinessProbe: - tcpSocket: - port: api - resources: - {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}