Skip to content

Commit

Permalink
Merge pull request #123 from CS3219-AY2425S1/cloud-fix
Browse files Browse the repository at this point in the history
remove label of backend
  • Loading branch information
simbayippy authored Nov 3, 2024
2 parents b6dd289 + cb5d729 commit 5f29278
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions k8s/session-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@ kind: Deployment
metadata:
name: session-svc
labels:
type: backend
app: session-svc
spec:
selector:
matchLabels:
type: backend
app: session-svc
template:
metadata:
name: session-svc
labels:
type: backend
app: session-svc
spec:
containers:
Expand Down Expand Up @@ -46,7 +43,6 @@ spec:
- port: 5001
targetPort: 5001
selector:
type: backend
app: session-svc
---
apiVersion: autoscaling/v2
Expand Down

0 comments on commit 5f29278

Please sign in to comment.