Skip to content

Commit

Permalink
Merge pull request #14 from buildwithgrove/update-path-label-selector
Browse files Browse the repository at this point in the history
fix: update the path label and selector to app.kubernetes.io/name
  • Loading branch information
commoddity authored Dec 6, 2024
2 parents b7cbcc2 + b53d8f7 commit 3a021e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/path/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ kind: Service
metadata:
name: {{$name}}-{{ $prt.name }}
labels:
app: {{$name}}
app.kubernetes.io/name: {{$name}}
spec:
selector:
app: {{$name}}
app.kubernetes.io/name: {{$name}}
ports:
- name: {{ $prt.name }}
protocol: {{ $prt.protocol }}
Expand Down

0 comments on commit 3a021e8

Please sign in to comment.