From 5bab5afe556561b12f7232c61840787438f17212 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Wed, 31 Dec 2025 14:11:45 +0330 Subject: [PATCH] fix --- helm/peikarband/templates/deployment.yaml | 8 ++--- helm/peikarband/values.yaml | 36 +++++++++++------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/helm/peikarband/templates/deployment.yaml b/helm/peikarband/templates/deployment.yaml index a3a2ff9..8716493 100644 --- a/helm/peikarband/templates/deployment.yaml +++ b/helm/peikarband/templates/deployment.yaml @@ -47,10 +47,10 @@ spec: - name: frontend containerPort: {{ .Values.service.frontend.targetPort }} protocol: TCP - livenessProbe: - {{- toYaml .Values.livenessProbe | nindent 12 }} - readinessProbe: - {{- toYaml .Values.readinessProbe | nindent 12 }} + # livenessProbe: + # {{- toYaml .Values.livenessProbe | nindent 12 }} + # readinessProbe: + # {{- toYaml .Values.readinessProbe | nindent 12 }} resources: {{- toYaml .Values.resources | nindent 12 }} env: diff --git a/helm/peikarband/values.yaml b/helm/peikarband/values.yaml index 0f49078..d70d884 100644 --- a/helm/peikarband/values.yaml +++ b/helm/peikarband/values.yaml @@ -136,25 +136,25 @@ affinity: - peikarband topologyKey: kubernetes.io/hostname -livenessProbe: - httpGet: - path: /ping - port: 8000 - scheme: HTTP - initialDelaySeconds: 50 - periodSeconds: 10 - timeoutSeconds: 5 - failureThreshold: 3 +# livenessProbe: +# httpGet: +# path: /ping +# port: 8000 +# scheme: HTTP +# initialDelaySeconds: 50 +# periodSeconds: 10 +# timeoutSeconds: 5 +# failureThreshold: 3 -readinessProbe: - httpGet: - path: /ping - port: 8000 - scheme: HTTP - initialDelaySeconds: 60 - periodSeconds: 5 - timeoutSeconds: 3 - failureThreshold: 3 +# readinessProbe: +# httpGet: +# path: /ping +# port: 8000 +# scheme: HTTP +# initialDelaySeconds: 60 +# periodSeconds: 5 +# timeoutSeconds: 3 +# failureThreshold: 3 # Container command and args # If command is set, it will override the Dockerfile CMD