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: limits:
memory: "1500Mi" memory: "1500Mi"
cpu: "300m" cpu: "300m"
readinessProbe: # readinessProbe:
httpGet: # httpGet:
path: /api/ao_rayons # path: /api/ao_rayons
port: django-port # port: django-port
initialDelaySeconds: 3 # initialDelaySeconds: 3
periodSeconds: 3 # periodSeconds: 3
livenessProbe: # livenessProbe:
httpGet: # httpGet:
path: /api/ao_rayons # path: /api/ao_rayons
port: django-port # port: django-port
initialDelaySeconds: 3 # initialDelaySeconds: 3
periodSeconds: 3 # periodSeconds: 3
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service

Loading…
Cancel
Save