Skip to content

Commit

Permalink
Fix service selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Dec 30, 2024
1 parent bd5b538 commit 2de493c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kustomize/overlays/prod/service_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
spec:
type: ClusterIP
selector:
app: fleetcare-data-harvest-prod
app: fleetcare-data-harvest
variant: prod
2 changes: 1 addition & 1 deletion kustomize/overlays/uat/service_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
spec:
type: ClusterIP
selector:
app: fleetcare-data-harvest-uat
app: fleetcare-data-harvest
variant: uat

0 comments on commit 2de493c

Please sign in to comment.