diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml
index c939e606989ded3c1d1ca5ad7d73e8a8b9000a87..34d81786d51ea3920eac449d64b1a1d7e6e5dffe 100644
--- a/helm/templates/deployment.yaml
+++ b/helm/templates/deployment.yaml
@@ -39,14 +39,14 @@ spec:
             {{- toYaml .Values.securityContext | nindent 12 }}
           image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
           imagePullPolicy: {{ .Values.image.pullPolicy }}
-          ports:
-            - name: http
-              containerPort: {{ .Values.service.port }}
-              protocol: TCP
-          livenessProbe:
-            {{- toYaml .Values.livenessProbe | nindent 12 }}
-          readinessProbe:
-            {{- toYaml .Values.readinessProbe | nindent 12 }}
+          {{/* ports: */}}
+          {{/*   - name: http */}}
+          {{/*     containerPort: {{ .Values.service.port }} */}}
+          {{/*     protocol: TCP */}}
+          {{/* livenessProbe: */}}
+          {{/*   {{- toYaml .Values.livenessProbe | nindent 12 }} */}}
+          {{/* readinessProbe: */}}
+          {{/*   {{- toYaml .Values.readinessProbe | nindent 12 }} */}}
           resources:
             {{- toYaml .Values.resources | nindent 12 }}
           {{- with .Values.volumeMounts }}