Skip to content

Commit

Permalink
use correct values for service port again
Browse files Browse the repository at this point in the history
  • Loading branch information
blizzy78 committed Oct 11, 2023
1 parent 900d86b commit b688d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sophora-schema-docs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions charts/sophora-schema-docs/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ spec:
ports:
- protocol: TCP
targetPort: http
port: {{ .Values.service.clusterPort }}
nodePort: {{ .Values.service.nodePort }}
port: {{ .Values.service.port }}

0 comments on commit b688d38

Please sign in to comment.