From bffcc2f0fc337b3fab721e1aca552d8cb7038655 Mon Sep 17 00:00:00 2001 From: John Grimes Date: Tue, 21 May 2024 21:07:16 +1000 Subject: [PATCH] Change pathling-fhir service type to NodePort --- deployment/helm/pathling/Chart.yaml | 2 +- deployment/helm/pathling/templates/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/helm/pathling/Chart.yaml b/deployment/helm/pathling/Chart.yaml index 1804bb2821..1bfa669e3a 100644 --- a/deployment/helm/pathling/Chart.yaml +++ b/deployment/helm/pathling/Chart.yaml @@ -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: John.Grimes@csiro.au diff --git a/deployment/helm/pathling/templates/service.yaml b/deployment/helm/pathling/templates/service.yaml index 0f8bf0a94c..d19bc4fdd7 100644 --- a/deployment/helm/pathling/templates/service.yaml +++ b/deployment/helm/pathling/templates/service.yaml @@ -3,7 +3,7 @@ apiVersion: v1 metadata: name: pathling-fhir spec: - type: ClusterIP + type: NodePort ports: - port: 8080 targetPort: 8080