From df8491274833b3b7f1fad9c68c51d76590ecf679 Mon Sep 17 00:00:00 2001 From: Cyril Baillou Date: Wed, 4 Jun 2025 13:53:20 +0000 Subject: [PATCH] Actualiser helm/templates/deployment.yaml --- helm/templates/deployment.yaml | 17 ----------------- 1 file changed, 17 deletions(-) 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 }}