Actualiser helm/templates/deployment.yaml

This commit is contained in:
2025-06-04 13:53:20 +00:00
parent b5c64359fa
commit df84912748

View File

@ -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 }}