Skip to content

Commit

Permalink
chore: ingress 适配 k8s 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Hansin1997 committed Apr 5, 2023
1 parent 474c2b0 commit 5953d49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/flow-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.9
version: 0.1.10

# 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
Expand Down
6 changes: 4 additions & 2 deletions charts/flow-service/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ spec:
- path: /
pathType: ImplementationSpecific
backend:
serviceName: {{ .Release.Name }}-flow-service
servicePort: 80
service:
name: {{ .Release.Name }}-flow-service
port:
number: 80

0 comments on commit 5953d49

Please sign in to comment.