Skip to content

Commit

Permalink
fix app names
Browse files Browse the repository at this point in the history
  • Loading branch information
louisheal committed Jan 7, 2025
1 parent 0fea537 commit 76a2480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .k8s/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: streampets-backend-deployment
name: streampets-backend
namespace: streampets
spec:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion .k8s/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spec:
- port: 80
targetPort: 8000
selector:
app: streampets
app: streampets-backend

0 comments on commit 76a2480

Please sign in to comment.