fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ehsan.Asadi
2025-12-31 14:11:45 +03:30
parent 33628fc4a5
commit 5bab5afe55
2 changed files with 22 additions and 22 deletions

View File

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

View File

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