Merge branch 'remove_health_check' into 'dev'

Update file django.yml

See merge request spatial/postamates!56
dev
Igor Egrorov 3 years ago
commit 8de44f19f6

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