Skip to content

Commit

Permalink
minor modification
Browse files Browse the repository at this point in the history
  • Loading branch information
uttiyahazra committed Jan 11, 2025
1 parent 946994b commit 7e72ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myk8sapp/templates/myk8sapp-mongodb-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: mongodb-service
name: myk8sapp-mongodb-service
labels:
name: mongo
spec:
Expand Down
2 changes: 1 addition & 1 deletion myk8sapp/templates/myk8sapp-mongodb-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app: mongo
name: mongo
spec:
serviceName: "mongo"
serviceName: "myk8sapp-mongodb-service"
replicas: 1
selector:
matchLabels:
Expand Down

0 comments on commit 7e72ef8

Please sign in to comment.