Skip to content

Commit

Permalink
add port changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed May 1, 2024
1 parent cdb3d39 commit 06b8b2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 80
port: 8080
initialDelaySeconds: 5
periodSeconds: 20
timeoutSeconds: 30
livenessProbe:
httpGet:
path: /
port: 80
port: 8080
initialDelaySeconds: 5
periodSeconds: 60
timeoutSeconds: 30
ports:
- containerPort: 80
- containerPort: 8080

2 changes: 1 addition & 1 deletion kube/services/dicom-viewer/dicom-viewer-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
targetPort: 8080
nodePort: null
name: http
type: ClusterIP
Expand Down
2 changes: 1 addition & 1 deletion kube/services/ohif-viewer/ohif-viewer-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
periodSeconds: 60
timeoutSeconds: 30
ports:
- containerPort: 80
- containerPort: 8080
volumeMounts:
- name: config-volume-g3auto
readOnly: true
Expand Down

0 comments on commit 06b8b2c

Please sign in to comment.