Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Remove oisp-frontend readiness probe in deployment
Browse files Browse the repository at this point in the history
closes #737

Signed-off-by: Oguzcan Kirmemis <oguzcan.kirmemis@gmail.com>
  • Loading branch information
oguzcankirmemis authored and yshashix committed Sep 28, 2023
1 parent 39a5e42 commit 38a5c78
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions kubernetes/templates/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ spec:
configMapKeyRef:
name: oisp-config
key: grafana
livenessProbe:
httpGet:
path: /v1/api/health
port: 4001
initialDelaySeconds: 200
readinessProbe:
httpGet:
path: /v1/api/health
port: 4001
resources:
{{ if .Values.less_resources }}
requests:
Expand Down

0 comments on commit 38a5c78

Please sign in to comment.