Skip to content

Commit

Permalink
chart updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinshakya507 committed Aug 19, 2024
1 parent 856b3f8 commit 15169fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion helm/web-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: 2.0.15
version: 2.0.16

# 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
4 changes: 2 additions & 2 deletions helm/web-service/templates/httpRoute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ spec:
{{- range .Values.httpRoute.rules }}
- backendRefs:
{{- range .backendRefs }}
- group: "{{ .group | default "" }}"
kind: "{{ .kind | default "Service" }}"
- group: {{ .group }}
kind: {{ .kind }}
name: {{ $name }}
port: {{ $svcPort }}
weight: {{ .weight | default 1 }}
Expand Down
2 changes: 1 addition & 1 deletion helm/web-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ httpRoute:
matches:
- path:
type: PathPrefix
value: /
value: /
8 changes: 2 additions & 6 deletions test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,5 @@ spec:
- path:
type: PathPrefix
value: /
# backendRefs:
# - group: ""
# kind: "Service"
# weight: 1
# name: "test-web-web-service"
# port: 80
backendRefs:
- weight: 1

0 comments on commit 15169fc

Please sign in to comment.