Skip to content

Commit

Permalink
BC-7240 - fix statefulSet
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jun 27, 2024
1 parent 1993b2d commit 9dedcbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/mongo-repset/templates/statefulset.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/managed-by: ansible
git.repo: {{ DOIDO_MONGO_REPO_NAME }}
spec:
serviceName: mongo-svc
serviceName: "mongo-svc"
containers:
- name: mongo
image: {{ MONGO_IMAGE_NAME }}:{{ MONGO_IMAGE_TAG }}
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/mongo-repset/templates/svc.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mongo-svc
namespace: {{ NAMESPACE }}
labels:
app: mongo-svc
app: mongo
spec:
type: ClusterIP
ports:
Expand Down

0 comments on commit 9dedcbd

Please sign in to comment.