diff --git a/charts/sophora-schema-docs/Chart.yaml b/charts/sophora-schema-docs/Chart.yaml index 7360954..01bc6af 100644 --- a/charts/sophora-schema-docs/Chart.yaml +++ b/charts/sophora-schema-docs/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: sophora-schema-docs description: Sophora Schema Docs type: application -version: 2.0.1 +version: 2.0.2 appVersion: 4.0.0 diff --git a/charts/sophora-schema-docs/templates/service.yaml b/charts/sophora-schema-docs/templates/service.yaml index eb76df6..e6ae0a6 100644 --- a/charts/sophora-schema-docs/templates/service.yaml +++ b/charts/sophora-schema-docs/templates/service.yaml @@ -15,5 +15,4 @@ spec: ports: - protocol: TCP targetPort: http - port: {{ .Values.service.clusterPort }} - nodePort: {{ .Values.service.nodePort }} + port: {{ .Values.service.port }}