From d7dc1a37f7b52b33024b2598d0742db725dcb01b Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Wed, 31 Dec 2025 14:13:14 +0330 Subject: [PATCH] fix --- helm/peikarband/templates/deployment.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/helm/peikarband/templates/deployment.yaml b/helm/peikarband/templates/deployment.yaml index 8716493..b12a526 100644 --- a/helm/peikarband/templates/deployment.yaml +++ b/helm/peikarband/templates/deployment.yaml @@ -47,10 +47,7 @@ spec: - name: frontend containerPort: {{ .Values.service.frontend.targetPort }} protocol: TCP - # livenessProbe: - # {{- toYaml .Values.livenessProbe | nindent 12 }} - # readinessProbe: - # {{- toYaml .Values.readinessProbe | nindent 12 }} + resources: {{- toYaml .Values.resources | nindent 12 }} env: