From 61c2ed6ef2c7feaadb726f0455321e4c260586e0 Mon Sep 17 00:00:00 2001 From: Giovanni Gargiulo Date: Thu, 8 Aug 2024 22:40:08 +0100 Subject: [PATCH] chore: typo in port definition --- charts/butane-oracle/Chart.yaml | 2 +- charts/butane-oracle/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/butane-oracle/Chart.yaml b/charts/butane-oracle/Chart.yaml index 04fb4a1..9991ebe 100644 --- a/charts/butane-oracle/Chart.yaml +++ b/charts/butane-oracle/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.1-beta10 +version: 0.0.1-beta11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/butane-oracle/values.yaml b/charts/butane-oracle/values.yaml index 0a91ad5..698e44d 100644 --- a/charts/butane-oracle/values.yaml +++ b/charts/butane-oracle/values.yaml @@ -49,7 +49,7 @@ services: ports: - name: api port: 8080 - targetPort: http + targetPort: api protocol: TCP - type: NodePort name: pub-np