Skip to content

Commit

Permalink
add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Den85s committed Dec 3, 2023
1 parent 988d890 commit b5a8dee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/reddit/mongo-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
app: reddit
component: mongo
comment-db: "true"
post-db: "true"
spec:
replicas: 1
selector:
Expand All @@ -20,6 +21,7 @@ spec:
app: reddit
component: mongo
comment-db: "true"
post-db: "true"
spec:
containers:
- image: mongo:3.6
Expand Down
1 change: 1 addition & 0 deletions kubernetes/reddit/post-mongodb-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spec:
selector:
app: reddit
component: mongo
post-db: "true"

0 comments on commit b5a8dee

Please sign in to comment.