Skip to content

Commit

Permalink
use data-plane as service selector match
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Nov 18, 2024
1 parent 529c39d commit b2b9042
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions microservices/kubeApi/templates/v1/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
targetPort: 8443
type: ClusterIP
selector:
app.kubernetes.io/component: app
app.kubernetes.io/instance: dp-silver
app.kubernetes.io/name: kong
data-plane: ${data_plane}
""")

SERVICE_HEAD = Template("""
Expand Down

0 comments on commit b2b9042

Please sign in to comment.