Update file django.yml

dev
Igor Egrorov 3 years ago
parent 5bd7f176a1
commit c6d0925681

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

Loading…
Cancel
Save