Skip to content

Commit

Permalink
Fix incorrect app reference in auth-private service
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov committed Nov 26, 2024
1 parent a3c0e99 commit 2b7e8e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ spec:
port: {{.Values.global.ports.auth_private}}
targetPort: "http"
selector:
app: auth-private
app: auth
app.kubernetes.io/name: {{ include "charts.name" . }}-private
app.kubernetes.io/instance: {{ .Release.Name }}

0 comments on commit 2b7e8e8

Please sign in to comment.