Skip to content

Commit

Permalink
Change pathling-fhir service type to NodePort
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed May 21, 2024
1 parent 8d026d0 commit bffcc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/pathling/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pathling
description: A Helm chart for Pathling Server
icon: https://raw.githubusercontent.com/aehrc/pathling/main/media/logo-icon-colour-detail.svg
type: application
version: 1.0.1
version: 1.0.2
maintainers:
- name: John Grimes
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/pathling/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
metadata:
name: pathling-fhir
spec:
type: ClusterIP
type: NodePort
ports:
- port: 8080
targetPort: 8080
Expand Down

0 comments on commit bffcc2f

Please sign in to comment.