Skip to content

Commit

Permalink
Update dicom-viewer-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored May 1, 2024
1 parent c773901 commit 8f3247c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube/services/dicom-viewer/dicom-viewer-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ spec:
readinessProbe:
httpGet:
path: /
port: 8080
port: 80
initialDelaySeconds: 5
periodSeconds: 20
timeoutSeconds: 30
livenessProbe:
httpGet:
path: /
port: 8080
port: 80
initialDelaySeconds: 5
periodSeconds: 60
timeoutSeconds: 30
ports:
- containerPort: 8080
- containerPort: 80

0 comments on commit 8f3247c

Please sign in to comment.