Skip to content

Commit

Permalink
fix service name wiring
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 6, 2024
1 parent ae6a444 commit d0af344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/webapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: webapp
description: basic webapp workload
type: application
version: 0.1.10
version: 0.1.11
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion charts/webapp/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
pathType: Prefix
backend:
service:
name: console
name: {{ include "webapp.fullname" . }}
port:
name: http
{{ end }}

0 comments on commit d0af344

Please sign in to comment.