Skip to content

Commit

Permalink
Change daily-workout
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrited committed Jun 9, 2024
1 parent 838f91b commit f768868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/daily-workout/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: daily-workout-deployment
name: daily-workout
labels:
app: daily-workout
spec:
Expand Down
2 changes: 1 addition & 1 deletion manifests/daily-workout/service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: daily-workout-service
name: daily-workout
spec:
selector:
app: daily-workout
Expand Down

0 comments on commit f768868

Please sign in to comment.