From c6d0925681c798f9e403e25330c29112f0942e67 Mon Sep 17 00:00:00 2001 From: Igor Egrorov Date: Wed, 19 Jul 2023 10:10:48 +0000 Subject: [PATCH] Update file django.yml --- deploy/django.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/deploy/django.yml b/deploy/django.yml index 9e8b21e..3d66e7e 100644 --- a/deploy/django.yml +++ b/deploy/django.yml @@ -33,18 +33,18 @@ spec: limits: memory: "1500Mi" cpu: "300m" - readinessProbe: - httpGet: - path: /api/ao_rayons - port: django-port - initialDelaySeconds: 3 - periodSeconds: 3 - livenessProbe: - httpGet: - path: /api/ao_rayons - port: django-port - initialDelaySeconds: 3 - periodSeconds: 3 + # readinessProbe: + # httpGet: + # path: /api/ao_rayons + # port: django-port + # initialDelaySeconds: 3 + # periodSeconds: 3 + # livenessProbe: + # httpGet: + # path: /api/ao_rayons + # port: django-port + # initialDelaySeconds: 3 + # periodSeconds: 3 --- apiVersion: v1 kind: Service