Skip to content

Commit

Permalink
Fix broken ps-service pod selecting
Browse files Browse the repository at this point in the history
  • Loading branch information
NoOverflow committed Apr 2, 2024
1 parent dfa20e1 commit 26b3f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:
targetPort: planetscale-api
nodePort: null
selector:
app.kubernetes.io/instance: moonscale-instance-{{ name }}
app.kubernetes.io/instance: {{ name }}
app.kubernetes.io/name: moonscale-instance-{{ name }}
---
apiVersion: networking.k8s.io/v1
Expand Down

0 comments on commit 26b3f11

Please sign in to comment.