Skip to content

Commit

Permalink
Fix labels for ETOS API
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson committed Oct 13, 2023
1 parent 889bec4 commit 8ec698a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
6 changes: 0 additions & 6 deletions manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ metadata:
app.kubernetes.io/part-of: etos
app.kubernetes.io/component: api
spec:
selector:
matchLabels:
app.kubernetes.io/name: etos-api
template:
metadata:
labels:
app.kubernetes.io/name: etos-api
spec:
serviceAccountName: etos-api
containers:
Expand Down
1 change: 0 additions & 1 deletion manifests/base/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ spec:
name: http
selector:
app.kubernetes.io/name: etos-api
app.kubernetes.io/component: api
6 changes: 0 additions & 6 deletions manifests/base/sse/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ metadata:
app.kubernetes.io/component: sse
name: etos-sse
spec:
selector:
matchLabels:
app.kubernetes.io/name: etos-sse
template:
metadata:
labels:
app.kubernetes.io/name: etos-sse
spec:
serviceAccountName: etos-sse
containers:
Expand Down
3 changes: 1 addition & 2 deletions manifests/base/sse/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ spec:
protocol: TCP
targetPort: http
selector:
app.kubernetes.io/name: etos-api
app.kubernetes.io/component: sse
app.kubernetes.io/name: etos-sse
type: ClusterIP

0 comments on commit 8ec698a

Please sign in to comment.