Skip to content

Commit

Permalink
[base] fix service port issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Oct 7, 2024
1 parent 726001c commit 194eccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ maintainers:
url: https://github.com/jordanopensource/charts/
sources:
- https://github.com/jordanopensource/charts/tree/main/charts/base
version: 1.0.2
version: 1.0.3
appVersion: 1.0.1
2 changes: 1 addition & 1 deletion charts/base/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
type: {{.Values.workload.service.type}}
ports:
- port: {{ .Values.workload.containerPort }}
- port: {{ .Values.workload.service.port }}
targetPort: http
protocol: TCP
name: http
Expand Down

0 comments on commit 194eccf

Please sign in to comment.